2023-05-23 12:17:10 -05:00
|
|
|
// revisions: old next
|
|
|
|
//[next] compile-flags: -Ztrait-solver=next
|
2023-03-30 04:49:06 -05:00
|
|
|
//[old] check-pass
|
2023-05-23 12:17:10 -05:00
|
|
|
//[next] known-bug: #109764
|
2023-03-30 04:49:06 -05:00
|
|
|
|
2022-07-17 20:15:09 -05:00
|
|
|
|
|
|
|
pub struct Bar
|
|
|
|
where
|
|
|
|
for<'a> &'a mut Self:;
|
|
|
|
|
|
|
|
fn main() {}
|