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