2019-01-17 02:17:22 +03:00
|
|
|
error[E0432]: unresolved import `E`
|
|
|
|
--> $DIR/edition-imports-virtual-2015-gated.rs:8:5
|
2018-11-24 15:07:03 +03: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 15:07:03 +03:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `gen_gated` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-11-24 15:07:03 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2019-01-17 02:17:22 +03:00
|
|
|
For more information about this error, try `rustc --explain E0432`.
|