1 2 3 4 5 6 7
//@ dont-require-annotations: NOTE struct Bar; //~ NOTE previous definition of the type `Bar` here struct Bar; //~ ERROR E0428 fn main () { }