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