rust/compiler/rustc_hir_analysis
Matthias Krüger da81f64d84
Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank
Refactoring to `OpaqueTyOrigin`

Pulled out of a larger PR that uses these changes to do cross-crate encoding of opaque origin, so we can use them for edition 2024 migrations. These changes should be self-explanatory on their own, tho 😄
2024-10-03 21:52:46 +02:00
..
src Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank 2024-10-03 21:52:46 +02:00
Cargo.toml
messages.ftl Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
README.md

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