rust/src/test/ui/parser/extern-no-fn.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

11 lines
240 B
Plaintext

error: missing `fn`, `type`, or `static` for extern-item declaration
--> $DIR/extern-no-fn.rs:1:9
|
LL | extern {
| _________^
LL | | f();
| |____^ missing `fn`, `type`, or `static`
error: aborting due to previous error