rust/compiler/rustc_hir_analysis
Matthias Krüger 45940fe6d8
Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors
Qualifier tweaking

Adding and removing qualifiers in some cases that make things nicer. Details in individual commits.

r? `@compiler-errors`
2024-04-17 05:44:52 +02:00
..
src Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors 2024-04-17 05:44:52 +02:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00
messages.ftl More polishing 2024-04-15 16:45:48 -04:00
README.md

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