fn main() {} impl T for () { fn foo(&self) {} trait T { fn foo(&self); } pub(crate) struct Bar(); //~ ERROR this file contains an unclosed delimiter