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