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

@ -469,7 +469,7 @@ impl<'a> Resolver<'a> {
ResolutionError::ParamInNonTrivialAnonConst { name, is_type } => {
let mut err = self.session.struct_span_err(
span,
"generic parameters must not be used inside of non trivial constant values",
"generic parameters must not be used inside of non-trivial constant values",
);
err.span_label(
span,