blob: 0d38af838b3ea3ca83e5dac56c29f0ce06541814 [file] [log] [blame] [edit]
error: expected one of `extern` or `fn`, found `{`
--> $DIR/unsafe.rs:7:14
|
LL | const unsafe { assert!(foo()) }
| ^ expected one of `extern` or `fn`
error: aborting due to 1 previous error