blob: 79de98d8b8cd3534e09f5a92e5df4f2f03451ed1 [file] [log] [blame] [edit]
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