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
|
||
|
|