Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #153359 - zedddie:const-param-ty-trait-gating, r=BoxyUwU
Gate `ConstParamTy_` trait behind `const_param_ty_trait` feature Initially even when user wasn't using unsized const params, the only way to implement/name `ConstParamTy_` was to use `#![feature(unsized_const_params]`, now its gated under `const_param_ty_trait` feature, implied by `unsized_const_params`. I've also changed use of `unsized_const_params` in tests which were using it only to implement `ConstParamTy_` without using unsized r? BoxyUwU
Jonathan Brouwer 2 months ago
parent 37637c5 · parent bf9b8b9 · commit 6886ef6
0 files changed, 0 insertions, 0 deletions