Value mangling · Issue #61486 · rust-lang/rust (original) (raw)

For const generics, we will eventually allow arbitrary structural_match values as generic arguments. Thus, we need to figure out how to mangle them. At the moment, only unsigned integers are supported.

min_const_generics

adt_const_params

cc @eddyb @yodaldevoid