rust/compiler/rustc_hir_analysis
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
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.