summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-07-25 04:43:20 +0200
committerGitHub <noreply@github.com>2024-07-25 04:43:20 +0200
commit40557c80491174f97808fca6866951984ad0c24d (patch)
treeb97dc858f3e312b49d0a01ef6c2edc2a7d67c3d2 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent04e4569ffd3fcb7ed94f1a214bab4e245907fe80 (diff)
parent850faea030db4b260719d99be4191d7803efdb35 (diff)
downloadrust-40557c80491174f97808fca6866951984ad0c24d.tar.gz
rust-40557c80491174f97808fca6866951984ad0c24d.zip
Rollup merge of #128111 - estebank:no-question, r=fmease
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