]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hidden-rt-injection.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / hidden-rt-injection.stderr
1 error[E0432]: unresolved import `native`
2   --> $DIR/hidden-rt-injection.rs:15:9
3    |
4 LL |     use native; //~ ERROR unresolved import
5    |         ^^^^^^ no `native` in the root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.