summaryrefslogtreecommitdiffstats
path: root/src/test/ui/keyword/extern/keyword-extern-as-identifier-type.stderr
blob: 20ecf6bac764cf843430b78ef491efa3e408f603 (plain)
1
2
3
4
5
6
7
8
error: expected type, found keyword `extern`
  --> $DIR/keyword-extern-as-identifier-type.rs:1:10
   |
LL | type A = extern::foo::bar;
   |          ^^^^^^ expected type

error: aborting due to previous error