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