summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/bad-subst-const-kind.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/bad-subst-const-kind.stderr')
-rw-r--r--tests/ui/const-generics/bad-subst-const-kind.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/bad-subst-const-kind.stderr b/tests/ui/const-generics/bad-subst-const-kind.stderr
index bd24f9140..6f5bc567c 100644
--- a/tests/ui/const-generics/bad-subst-const-kind.stderr
+++ b/tests/ui/const-generics/bad-subst-const-kind.stderr
@@ -4,6 +4,6 @@ error[E0308]: mismatched types
LL | impl<const N: u64> Q for [u8; N] {
| ^ expected `usize`, found `u64`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.