8 lines
77 B
Rust
8 lines
77 B
Rust
// check-pass
|
|
|
|
pub struct Bar
|
|
where
|
|
for<'a> &'a mut Self:;
|
|
|
|
fn main() {}
|