Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-1697.rs
blob: 019237611df0d6a48f51125b5c4c917256f91422 [
file
] [
log
] [
blame
] [
edit
]
// Testing that we don't fail abnormally after hitting the errors
use
unresolved
::*;
//~^ ERROR unresolved import `unresolved` [E0432]
//~| NOTE you might be missing crate `unresolved`
//~| HELP consider importing the `unresolved` crate
fn
main
()
{}