summary refs log tree commit diff
path: root/src/test/ui/hidden-rt-injection.stderr
blob: 103cdf0548513d7c0d422e16029863a54b7995eb (plain)
1
2
3
4
5
6
7
8
9
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`.