]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/import.stderr
Rollup merge of #61273 - RalfJung:maybe-uninit, r=Centril
[rust.git] / src / test / ui / proc-macro / import.stderr
1 error[E0432]: unresolved import `test_macros::empty_derive`
2   --> $DIR/import.rs:5:5
3    |
4 LL | use test_macros::empty_derive;
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `empty_derive` in the root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.