]> git.lizzy.rs Git - rust.git/blob - tests/ui/associated-types/issue-64855-2.rs
Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco
[rust.git] / tests / ui / associated-types / issue-64855-2.rs
1 // check-pass
2
3 pub struct Bar<'a>(&'a Self) where Self: ;
4
5 fn main() {}