blob: 49a1584d54e0b799675197d785f8d79047e05a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// revisions: old next
//[next] compile-flags: -Ztrait-solver=next
//[old] check-pass
//[next] known-bug: #109764
pub struct Bar
where
for<'a> &'a mut Self:;
fn main() {}
|