generic_const_exprs: suggest to add the feature, not use it
This commit is contained in:
parent
07921b50ba
commit
1dbfe17f12
34 changed files with 74 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue