diff options
| author | varkor <github@varkor.com> | 2020-10-02 02:31:05 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-10-03 14:28:54 +0100 |
| commit | 488b759d5ca97c167d6a35d59d18cfb5770e70d0 (patch) | |
| tree | dc4e19931032117ecb56306c7ddb930f4b2873c3 /compiler/rustc_resolve/src/lib.rs | |
| parent | 1db05e032db798b3162926ee4b72072d3c4de56f (diff) | |
| download | rust-488b759d5ca97c167d6a35d59d18cfb5770e70d0.tar.gz rust-488b759d5ca97c167d6a35d59d18cfb5770e70d0.zip | |
Replace "non trivial" with "non-trivial"
Diffstat (limited to 'compiler/rustc_resolve/src/lib.rs')
| -rw-r--r-- | compiler/rustc_resolve/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/src/lib.rs b/compiler/rustc_resolve/src/lib.rs index 283db1404d0..fe8f5926385 100644 --- a/compiler/rustc_resolve/src/lib.rs +++ b/compiler/rustc_resolve/src/lib.rs @@ -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 }, |
