]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/min_const_generics/const-argument-if-length.stderr
Replace "non trivial" with "non-trivial"
[rust.git] / src / test / ui / const-generics / min_const_generics / const-argument-if-length.stderr
index a5bd3ab274836c04916aa78680b60efcedf272c9..ae5677887a124b955498dd7ecca72295f877c4fe 100644 (file)
@@ -1,4 +1,4 @@
-error: generic parameters must not be used inside of non trivial constant values
+error: generic parameters must not be used inside of non-trivial constant values
   --> $DIR/const-argument-if-length.rs:14:24
    |
 LL |     pad: [u8; is_zst::<T>()],