]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0432.stderr
Suggest `if let`/`let_else` for refutable pat in `let`
[rust.git] / src / test / ui / error-codes / E0432.stderr
1 error[E0432]: unresolved import `something`
2   --> $DIR/E0432.rs:1:5
3    |
4 LL | use something::Foo;
5    |     ^^^^^^^^^ maybe a missing crate `something`?
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.