summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/struct-with-invalid-const-param.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/struct-with-invalid-const-param.stderr')
-rw-r--r--tests/ui/const-generics/struct-with-invalid-const-param.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/struct-with-invalid-const-param.stderr b/tests/ui/const-generics/struct-with-invalid-const-param.stderr
index 67f497af5..734a42fe5 100644
--- a/tests/ui/const-generics/struct-with-invalid-const-param.stderr
+++ b/tests/ui/const-generics/struct-with-invalid-const-param.stderr
@@ -4,6 +4,6 @@ error[E0573]: expected type, found const parameter `C`
LL | struct S<const C: u8>(C);
| ^ not a type
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0573`.