summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/unused-type-param-suggestion.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/unused-type-param-suggestion.stderr')
-rw-r--r--tests/ui/const-generics/unused-type-param-suggestion.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/unused-type-param-suggestion.stderr b/tests/ui/const-generics/unused-type-param-suggestion.stderr
index 807065ca1..6e985f566 100644
--- a/tests/ui/const-generics/unused-type-param-suggestion.stderr
+++ b/tests/ui/const-generics/unused-type-param-suggestion.stderr
@@ -7,6 +7,6 @@ LL | struct Example<N>;
= help: consider removing `N`, referring to it in a field, or using a marker such as `PhantomData`
= help: if you intended `N` to be a const parameter, use `const N: usize` instead
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0392`.