mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
const_generics: assert resolve hack causes an error prevent the min_const_generics `HACK`s in resolve from triggering a fallback path which successfully compiles so that we don't have to worry about future compat issues when removing it r? `@eddyb` cc `@varkor`