2019-01-16 17:17:22 -06:00
|
|
|
error[E0432]: unresolved import `E`
|
|
|
|
--> $DIR/edition-imports-virtual-2015-gated.rs:8:5
|
2018-11-24 06:07:03 -06:00
|
|
|
|
|
|
|
|
LL | gen_gated!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^^ could not find `E` in the list of imported crates
|
2018-11-24 06:07:03 -06:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `gen_gated` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-11-24 06:07:03 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-11-24 06:07:03 -06:00
|
|
|
|
2019-01-16 17:17:22 -06:00
|
|
|
For more information about this error, try `rustc --explain E0432`.
|