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