rust/compiler/rustc_hir_analysis
Nicholas Nethercote ff0a5fe975 Remove #![warn(unreachable_pub)] from all compiler/ crates.
It's no longer necessary now that `-Wunreachable_pub` is being passed.
2025-03-11 13:14:21 +11:00
..

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