rust/tests/ui/imports/import-loop.stderr
Lukas Wirth 23d5231607 Use non-2015 edition paths in tests that do not test for their resolution
This allows for testing these tests on editions other than 2015
2025-06-03 10:13:33 +02:00

10 lines
265 B
Plaintext

error[E0432]: unresolved import `crate::y::x`
--> $DIR/import-loop.rs:4:13
|
LL | pub use crate::y::x;
| ^^^^^^^^^^^ no `x` in `y`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0432`.