1
Fork 0

generic_const_exprs: suggest to add the feature, not use it

This commit is contained in:
Ralf Jung 2023-11-30 20:59:51 +01:00
parent 07921b50ba
commit 1dbfe17f12
34 changed files with 74 additions and 74 deletions

View file

@ -200,7 +200,7 @@ resolve_param_in_non_trivial_anon_const =
.label = cannot perform const operation using `{$name}`
resolve_param_in_non_trivial_anon_const_help =
use `#![feature(generic_const_exprs)]` to allow generic const expressions
add `#![feature(generic_const_exprs)]` to allow generic const expressions
resolve_param_in_ty_of_const_param =
the type of const parameters must not depend on other generic parameters