2018-11-18 03:25:59 +03:00
|
|
|
error: cannot glob-import all possible crates
|
2018-12-27 03:38:43 +03:00
|
|
|
--> $DIR/edition-imports-2015.rs:23:5
|
2018-11-18 03:25:59 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | gen_glob!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^
|
2018-11-18 03:25:59 +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-18 03:25:59 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|