summary refs log tree commit diff
path: root/src/test/ui/hidden-rt-injection2.stderr
blob: bbb45552f2c1407c65289c4c2d13be0e2f97e3a2 (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `rt`
  --> $DIR/hidden-rt-injection2.rs:5:9
   |
LL |     use rt; //~ ERROR unresolved import
   |         ^^ no `rt` in the root

error: aborting due to previous error

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