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