summaryrefslogtreecommitdiff
path: root/tests/ui/imports/cycle-import-in-std-1.stderr
blob: a7dfc6231bace8116df2c03969f2a3a38e645047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0432]: unresolved import `ops`
  --> $DIR/cycle-import-in-std-1.rs:5:11
   |
LL | use ops::{self as std};
   |           ^^^^^^^^^^^ no external crate `ops`
   |
   = help: consider importing this module instead:
           std::ops

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0432`.