1
Fork 0

Replace "non trivial" with "non-trivial"

This commit is contained in:
varkor 2020-10-02 02:31:05 +01:00
parent 1db05e032d
commit 488b759d5c
54 changed files with 85 additions and 85 deletions

View file

@ -218,7 +218,7 @@ enum ResolutionError<'a> {
ParamInTyOfConstParam(Symbol),
/// constant values inside of type parameter defaults must not depend on generic parameters.
ParamInAnonConstInTyDefault(Symbol),
/// generic parameters must not be used inside of non trivial constant values.
/// generic parameters must not be used inside of non-trivial constant values.
///
/// This error is only emitted when using `min_const_generics`.
ParamInNonTrivialAnonConst { name: Symbol, is_type: bool },