mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
11b144aa98
This will allow lowering const params to a dedicated enum variant, rather than to an `AnonConst` that is later examined during `ty` lowering.