rust/tests/ui/editions/edition-imports-2015.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
301 B
Plaintext
Raw Normal View History

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