Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
higher-ranked
/
trait-bounds
/
issue-95230.rs
blob: d1ca6834551e181cf0adf71793e2d06b1fe2dac0 [
file
] [
log
] [
blame
] [
edit
]
//@ revisions: old next
//@[next] compile-flags: -Znext-solver
//@[old] check-pass
//@[next] known-bug: #109764
pub
struct
Bar
where
for
<
'a> &'
a
mut
Self
:;
fn
main
()
{}