blob: 795471954112704884a869090c29477d75bcb7f6 [file] [log] [blame]
trait T {
fn foo(&self);
pub(crate) struct Bar<T>(); //~ ERROR expected one of
impl T for Bar<usize> {
fn foo(&self) {}
}
fn main() {} //~ ERROR this file contains an un-closed delimiter