mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
43fbdfd2f4
Add `const_param_ty_unchecked` gate Add `const_param_ty_unchecked` internal feature gate to skip `ConstParamTy_` trait enforcement on type. Provides an escape hatch for writing tests and examples that use const generics without needing to ensure all fields implement `ConstParamTy_`. r? BoxyUwU