Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
issue-19398.stderr
blob: 08957f2d383428a3a4708856d25c6f159e1639d3 [
file
] [
log
] [
blame
]
error
:
expected
`fn`
,
found
`unsafe`
-->
$DIR
/
issue
-
19398.rs
:
14
:
19
|
LL
|
extern
"Rust"
unsafe
fn foo
();
//~ ERROR expected `fn`, found `unsafe`
|
^^^^^^
expected
`fn`
here
error
:
aborting due to previous error