summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/issue-66451.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/issue-66451.stderr')
-rw-r--r--tests/ui/const-generics/issue-66451.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/issue-66451.stderr b/tests/ui/const-generics/issue-66451.stderr
index 946d51486..404e3839b 100644
--- a/tests/ui/const-generics/issue-66451.stderr
+++ b/tests/ui/const-generics/issue-66451.stderr
@@ -15,6 +15,6 @@ LL | | }> = x;
= note: expected struct `Test<Foo { value: 3, nested: &Bar::<i32>(5) }>`
found struct `Test<Foo { value: 3, nested: &Bar::<i32>(4) }>`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.