rustc/tests/ui/rust-2024/unsafe-extern-blocks/safe-trait.rs
2024-10-21 11:08:01 +02:00

5 lines
94 B
Rust

safe trait Foo {}
//~^ ERROR expected one of `!` or `::`, found keyword `trait`
fn main() {}