rust/tests/ui/keyword/extern/keyword-extern-as-identifier-expr.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
228 B
Plaintext
Raw Normal View History

2019-01-13 07:18:00 -06:00
error: expected expression, found keyword `extern`
--> $DIR/keyword-extern-as-identifier-expr.rs:2:13
|
2019-03-09 06:03:44 -06:00
LL | let s = extern::foo::Bar;
2019-01-13 07:18:00 -06:00
| ^^^^^^ expected expression
error: aborting due to previous error