summary refs log tree commit diff
path: root/src/test/ui/parser/issue-19398.stderr
blob: 627b74ff8f7bd10d132c3c3428af024e55f48c2e (plain)
1
2
3
4
5
6
7
8
error: expected `fn`, found `unsafe`
  --> $DIR/issue-19398.rs:2:19
   |
LL |     extern "Rust" unsafe fn foo(); //~ ERROR expected `fn`, found `unsafe`
   |                   ^^^^^^ expected `fn` here

error: aborting due to previous error