blob: d5f1f972d553d4bcc11daed8a13a77388f6600cb [file] [log] [blame]
error: expected `fn`, found `unsafe`
--> $DIR/issue-19398.rs:2:19
|
LL | extern "Rust" unsafe fn foo();
| ^^^^^^ expected `fn` here
error: aborting due to previous error