]> git.lizzy.rs Git - rust.git/blob - tests/ui/editions/edition-imports-virtual-2015-gated.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / editions / edition-imports-virtual-2015-gated.stderr
1 error[E0432]: unresolved import `E`
2   --> $DIR/edition-imports-virtual-2015-gated.rs:8:5
3    |
4 LL |     gen_gated!();
5    |     ^^^^^^^^^^^^ could not find `E` in the list of imported crates
6    |
7    = note: this error originates in the macro `gen_gated` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0432`.