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

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

11 lines
299 B
Plaintext
Raw Normal View History

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
| ^^^^^^^^^^^
|
= note: this error originates in the macro `gen_glob` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error