mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
848a387967
Fix inline const pattern unsafety checking in THIR Fix THIR unsafety checking of inline constants. - Steal THIR in THIR unsafety checking (if enabled) instead of MIR lowering. - Represent inline constants in THIR patterns.