about summary refs log tree commit diff
path: root/tests/ui/rust-2024/unsafe-extern-blocks/safe-trait.rs
blob: 52773b4cbbbbf35e83b524e1dc750add40991b73 (plain)
1
2
3
4
safe trait Foo {}
//~^ ERROR expected one of `!` or `::`, found keyword `trait`

fn main() {}