rust/tests/ui/associated-types/issue-64855-2.rs

6 lines
73 B
Rust

//@ check-pass
pub struct Bar<'a>(&'a Self) where Self: ;
fn main() {}