mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 13:41:41 +00:00
8 lines
130 B
Rust
8 lines
130 B
Rust
struct S;
|
|
|
|
impl S {
|
|
pub //~ ERROR visibility `pub` is not followed by an item
|
|
} //~ ERROR non-item in item list
|
|
|
|
fn main() {}
|