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