summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/float-generic.adt_const_params.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/float-generic.adt_const_params.stderr')
-rw-r--r--tests/ui/const-generics/float-generic.adt_const_params.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/float-generic.adt_const_params.stderr b/tests/ui/const-generics/float-generic.adt_const_params.stderr
index 6fe539047..cae480636 100644
--- a/tests/ui/const-generics/float-generic.adt_const_params.stderr
+++ b/tests/ui/const-generics/float-generic.adt_const_params.stderr
@@ -4,6 +4,6 @@ error[E0741]: `f32` is forbidden as the type of a const generic parameter
LL | fn foo<const F: f32>() {}
| ^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0741`.