rust/src/test/ui/hidden-rt-injection.stderr

10 lines
286 B
Plaintext

error[E0432]: unresolved import `native`
--> $DIR/hidden-rt-injection.rs:15:9
|
LL | use native; //~ ERROR unresolved import
| ^^^^^^ no `native` in the root
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.