index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
()
{}