mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 13:49:13 +00:00
5 lines
94 B
Rust
5 lines
94 B
Rust
safe trait Foo {}
|
|
//~^ ERROR expected one of `!` or `::`, found keyword `trait`
|
|
|
|
fn main() {}
|