]> git.lizzy.rs Git - rust.git/blob - tests/ui/editions/edition-imports-2015.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / editions / edition-imports-2015.stderr
1 error: cannot glob-import all possible crates
2   --> $DIR/edition-imports-2015.rs:23:5
3    |
4 LL |     gen_glob!();
5    |     ^^^^^^^^^^^
6    |
7    = note: this error originates in the macro `gen_glob` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10