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, 0 insertions, 2 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 fef5ef0d1..6fe539047 100644
--- a/tests/ui/const-generics/float-generic.adt_const_params.stderr
+++ b/tests/ui/const-generics/float-generic.adt_const_params.stderr
@@ -3,8 +3,6 @@ error[E0741]: `f32` is forbidden as the type of a const generic parameter
|
LL | fn foo<const F: f32>() {}
| ^^^
- |
- = note: floats do not derive `Eq` or `Ord`, which are required for const parameters
error: aborting due to previous error