rust/tests/ui/consts/const-extern-fn/issue-68062-const-extern-fn...

9 lines
297 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 1 previous error