2018-11-24 15:25:03 -06:00
|
|
|
error: cannot glob-import all possible crates
|
|
|
|
--> $DIR/edition-imports-2018.rs:24:5
|
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | gen_glob!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^
|
2018-11-24 15:25:03 -06:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `gen_glob` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-11-24 15:25:03 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|