rust/compiler/rustc_hir_analysis
Obei Sideg 0656ed6afb Improve wording of static_mut_ref
Rename `static_mut_ref` lint to `static_mut_refs`.

(cherry picked from commit 408eeae59d35cbcaab2cfb345d24373954e74fc5)
2024-03-04 09:35:03 -08:00
..
2024-03-04 09:35:03 -08:00
2024-03-04 09:35:03 -08:00

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