summary refs log tree commit diff
path: root/src/test/ui/hidden-rt-injection.stderr
blob: 3e288b72ec63d01a5c342c828e2299e55cbe147e (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;
   |         ^^^^^^ no `native` in the root

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.