blob: ef2a4b3ff3c3017b19b7ca2c1e92468f0b3e2306 [file] [log] [blame]
error[E0531]: cannot find unit struct/variant or constant `extern` in this scope
--> $DIR/keyword-extern-as-identifier.rs:4:9
|
LL | let extern = 0; //~ ERROR cannot find unit struct/variant or constant `extern` in this scope
| ^^^^^^ not found in this scope
error: aborting due to previous error
For more information about this error, try `rustc --explain E0531`.