rust/compiler/rustc_hir_analysis
Jonathan Brouwer 02c0e8f015
Rollup merge of #150063 - workingjubilee:remove-let-else-deny, r=Kivooeo
Remove deny of manual-let-else

During discussion on Zulip[^1], we found there was no strong consensus in favor of this in practice.

[^1]: https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/.60deny.28clippy.3A.3Amanual_let_else.29.60.20proliferation/with/564085588
2025-12-16 20:21:12 +01:00
..
src Rollup merge of #150063 - workingjubilee:remove-let-else-deny, r=Kivooeo 2025-12-16 20:21:12 +01:00
Cargo.toml Move attribute lints to rustc_lint 2025-12-05 14:22:52 +01:00
messages.ftl EII type checking 2025-12-12 11:28:58 +01:00
README.md rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00

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