blob: df0527f307a5675c10d35deb06a667d73c6804cd (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0432]: unresolved import `rt`
--> $DIR/hidden-rt-injection2.rs:15: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`.
|