mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-09 13:55:54 +00:00
7 lines
100 B
Rust
7 lines
100 B
Rust
trait Foo {
|
|
pub const Foo: u32;
|
|
//~^ ERROR unnecessary visibility qualifier
|
|
}
|
|
|
|
fn main() {}
|