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