mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 16:29:30 +00:00
This will allow lowering const params to a dedicated enum variant, rather than to an `AnonConst` that is later examined during `ty` lowering.
This will allow lowering const params to a dedicated enum variant, rather than to an `AnonConst` that is later examined during `ty` lowering.