blob: 103cdf0548513d7c0d422e16029863a54b7995eb [file] [log] [blame]
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`.