summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/fn-const-param-infer.full.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/fn-const-param-infer.full.stderr')
-rw-r--r--tests/ui/const-generics/fn-const-param-infer.full.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/fn-const-param-infer.full.stderr b/tests/ui/const-generics/fn-const-param-infer.full.stderr
index 2d66a1923..48d4a4534 100644
--- a/tests/ui/const-generics/fn-const-param-infer.full.stderr
+++ b/tests/ui/const-generics/fn-const-param-infer.full.stderr
@@ -4,6 +4,6 @@ error[E0741]: using function pointers as const generic parameters is forbidden
LL | struct Checked<const F: fn(usize) -> bool>;
| ^^^^^^^^^^^^^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0741`.