summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2024-07-23 19:43:46 +0000
committerEsteban Küber <esteban@kuber.com.ar>2024-07-24 21:03:27 +0000
commit850faea030db4b260719d99be4191d7803efdb35 (patch)
tree79e41303c9844f680ed0e49e96a023d81c1d4262 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent6106b05b27988f4b946d7af219a6db95fb4477a1 (diff)
downloadrust-850faea030db4b260719d99be4191d7803efdb35.tar.gz
rust-850faea030db4b260719d99be4191d7803efdb35.zip
Do not use question as label
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
```
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions