]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hidden-rt-injection2.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / hidden-rt-injection2.stderr
1 error[E0432]: unresolved import `rt`
2   --> $DIR/hidden-rt-injection2.rs:15:9
3    |
4 LL |     use rt; //~ ERROR unresolved import
5    |         ^^ no `rt` in the root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.