]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hidden-rt-injection.stderr
rustdoc: Fix handling of compile errors when running `rustdoc --test`
[rust.git] / src / test / ui / hidden-rt-injection.stderr
1 error[E0432]: unresolved import `native`
2   --> $DIR/hidden-rt-injection.rs:5:9
3    |
4 LL |     use native;
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`.