summary refs log tree commit diff
path: root/src/test/ui/hidden-rt-injection.stderr
blob: 6d63344882b22e2abc74458f7c9e70d2eb4d2c4e (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `native`
  --> $DIR/hidden-rt-injection.rs:5: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`.