mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
e95df7d6d5
`-Znext-solver` Ignore region constraints from the nested goals in leakcheck Fixes https://github.com/rust-lang/trait-system-refactor-initiative/issues/251 Fixes https://github.com/rust-lang/rust/issues/140577 Fixes https://github.com/rust-lang/rust/issues/153596
For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.