12 lines
176 B
Rust
12 lines
176 B
Rust
//@ 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() {}
|