1
Fork 0
rust/compiler/rustc_hir_analysis/src
Guillaume Gomez 03fdcffa1e
Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxu
Use identifiers more in diagnostics code

This should make the diagnostics code slightly more correct when rendering idents in mixed crate edition situations. Kinda a no-op, but a cleanup regardless.

r? oli-obk or reassign
2025-01-27 15:38:30 +01:00
..
check Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
coherence Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
collect Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
errors Remove redundant to_ident_string calls 2025-01-27 01:23:34 +00:00
hir_ty_lowering Add TooGeneric variant to LayoutError and emit Unknown one 2025-01-27 00:37:34 +01:00
impl_wf_check Fix const specialization 2024-12-02 22:21:53 +00:00
outlives Implement const effect predicate in new solver 2024-10-24 09:46:36 +00:00
variance Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
autoderef.rs Rename structurally_normalize to structurally_normalize_ty 2025-01-22 07:04:53 +00:00
bounds.rs Merge HostPolarity and BoundConstness 2024-10-30 16:23:16 +00:00
check_unused.rs Remove #[macro_use] extern crate tracing from rustc_hir_analysis. 2024-08-30 17:14:59 +10:00
collect.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
constrained_generic_params.rs Remove #[macro_use] extern crate tracing from rustc_hir_analysis. 2024-08-30 17:14:59 +10:00
delegation.rs Effects cleanup 2024-10-26 10:19:07 +08:00
errors.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
hir_wf_check.rs visit_x_unambig 2025-01-23 06:01:36 +00:00
impl_wf_check.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
lib.rs use fmt::from_fn in more places, instead of using structs that impl formatting traits 2025-01-24 14:45:56 +00:00