summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/forbid-non-structural_match-types.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/forbid-non-structural_match-types.stderr')
-rw-r--r--tests/ui/const-generics/forbid-non-structural_match-types.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/forbid-non-structural_match-types.stderr b/tests/ui/const-generics/forbid-non-structural_match-types.stderr
index 0efb9e9d3..94afded94 100644
--- a/tests/ui/const-generics/forbid-non-structural_match-types.stderr
+++ b/tests/ui/const-generics/forbid-non-structural_match-types.stderr
@@ -10,6 +10,6 @@ LL + #[derive(ConstParamTy, PartialEq, Eq)]
LL | struct C;
|
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0741`.