blob: 042addfd1a434cf43820b2c4b56aaa8580d6f814 [file] [log] [blame]
trait Foo {
pub type Foo;
//~^ ERROR expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found
}
fn main() {}