about summary refs log tree commit diff
path: root/tests/ui/rust-2024/unsafe-extern-blocks/safe-impl-trait.stderr
blob: f1021726b1816dfc22a291ce744e5e94016ff2ad (plain)
1
2
3
4
5
6
7
8
error: expected one of `!` or `::`, found keyword `impl`
  --> $DIR/safe-impl-trait.rs:2:6
   |
LL | safe impl Bar for () { }
   |      ^^^^ expected one of `!` or `::`

error: aborting due to 1 previous error