2019-10-14 17:20:50 -07:00
|
|
|
error[E0532]: expected unit struct, unit variant or constant, found module `crate`
|
2022-01-19 16:24:49 +01:00
|
|
|
--> $DIR/keyword-crate-as-identifier.rs:2:9
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2018-08-14 12:54:43 +03:00
|
|
|
LL | let crate = 0;
|
2019-10-14 17:20:50 -07:00
|
|
|
| ^^^^^ not a unit struct, unit variant or constant
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-08-14 12:54:43 +03:00
|
|
|
For more information about this error, try `rustc --explain E0532`.
|