rust/compiler/rustc_hir_analysis/src
Matthias Krüger 031b528052
Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=WaffleLapkin
Tweak illegal `Copy` impl message

The phrase "may not" can both mean "is not able to" and "possibly does not". Disambiguate this by just using "cannot".
``@Lokathor`` expressed being annoyed by this [here](https://twitter.com/Lokathor/status/1633200313544089602?s=20).

Also drive-by fix for this extremely noisy message: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=6a37275bc810f7846bfe191845b7d11d.

r? diagnostics
2023-03-08 21:24:52 +01:00
..
astconv rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
check Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk 2023-03-08 06:07:11 +00:00
coherence Dedup copy field errors for identical types 2023-03-08 00:00:19 +00:00
collect Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-valu, r=cjgillot 2023-03-05 20:57:20 +01:00
impl_wf_check Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
outlives rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
structured_errors migrate rustc_hir_analysis to session diagnostic 2023-03-05 00:01:55 +03:00
variance Rollup merge of #108460 - obeis:hir-analysis-migrate-diagnostics-2, r=compiler-errors 2023-03-07 19:57:43 +01:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs migrate rustc_hir_analysis to session diagnostic 2023-03-05 00:01:55 +03:00
hir_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Migrate rustc_hir_analysis to session diagnostic 2023-02-24 23:23:30 +03:00
structured_errors.rs