mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
error: expected one of `extern` or `fn`, found `WhereIsFerris`
|
|
--> $DIR/issue-68062-const-extern-fns-dont-need-fn-specifier-2.rs:5:18
|
|
|
|
|
LL | const unsafe WhereIsFerris Now() {}
|
|
| ^^^^^^^^^^^^^ expected one of `extern` or `fn`
|
|
|
|
error: aborting due to previous error
|
|
|