1
Fork 0
rust/compiler/rustc_typeck
Oli Scherer d51068ca28
Use the constness from the param env instead of having a separate dimension for it
This breaks a ~const test that will be fixed in a follow up commit of this PR
2021-11-29 21:19:47 +08:00
..
src Use the constness from the param env instead of having a separate dimension for it 2021-11-29 21:19:47 +08:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -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.