We don't want to have questions in the diagnostic output. Instead, we use wording that communicates uncertainty, like "might": ``` error[E0432]: unresolved import `spam` --> $DIR/import-from-missing-star-3.rs:2:9 | LL | use spam::*; | ^^^^ you might be missing crate `spam` | = help: consider adding `extern crate spam` to use the `spam` crate ``` |
||
|---|---|---|
| .. | ||
| auxiliary | ||
| basic.rs | ||
| basic.stderr | ||
| cycle.rs | ||
| duplicate.rs | ||
| hygiene-2.rs | ||
| hygiene.rs | ||
| intercrate.rs | ||
| issue-110164.rs | ||
| issue-110164.stderr | ||
| macro-expanded.rs | ||
| shadow.rs | ||
| shadow.stderr | ||
| unused-2018.rs | ||
| unused-2018.stderr | ||