2024-06-06 03:09:20 -05:00
|
|
|
error[E0432]: unresolved import `ops`
|
|
|
|
--> $DIR/cycle-import-in-std-2.rs:5:11
|
|
|
|
|
|
|
|
|
LL | use ops::{self as std};
|
|
|
|
| ^^^^^^^^^^^ no external crate `ops`
|
|
|
|
|
|
2024-06-12 18:51:31 -05:00
|
|
|
= help: consider importing this module instead:
|
2024-06-06 03:09:20 -05:00
|
|
|
std::ops
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|