1 2 3 4 5 6 7 8 9 10 11 12 13
fn main() {} impl T for () { fn foo(&self) {} trait T { fn foo(&self); } pub(crate) struct Bar<T>(); //~ ERROR this file contains an unclosed delimiter