]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/issue-64855-2.rs
Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk
[rust.git] / src / test / ui / associated-types / issue-64855-2.rs
1 // check-pass
2
3 pub struct Bar<'a>(&'a Self) where Self: ;
4
5 fn main() {}