Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
172 B
Rust
Raw Normal View History

2023-05-23 19:17:10 +02:00
// revisions: old next
2023-12-14 13:11:28 +01:00
//[next] compile-flags: -Znext-solver
2023-03-30 11:49:06 +02:00
//[old] check-pass
2023-05-23 19:17:10 +02:00
//[next] known-bug: #109764
2023-03-30 11:49:06 +02:00
pub struct Bar
where
for<'a> &'a mut Self:;
fn main() {}