blob: 7cc4a95ac149d610091a8ffb460dbf4d7ae6fb4b (
plain)
1
2
3
4
5
6
7
8
|
error: expected expression, found keyword `extern`
--> $DIR/keyword-extern-as-identifier-expr.rs:2:13
|
LL | let s = extern::foo::Bar;
| ^^^^^^ expected expression
error: aborting due to 1 previous error
|