mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 13:08:13 +00:00
Use `type_is_copy_modulo_regions` check in intrisicck This one canoncalizes region variables correctly, preventing an ICE Fixes #97490
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.