1 2 3 4 5 6
trait Foo { pub const Foo: u32; //~^ ERROR unnecessary visibility qualifier } fn main() {}