]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/float-generic.adt_const_params.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / const-generics / float-generic.adt_const_params.stderr
CommitLineData
064997fb
FG
1error[E0741]: `f32` is forbidden as the type of a const generic parameter
2 --> $DIR/float-generic.rs:5:17
3 |
4LL | fn foo<const F: f32>() {}
5 | ^^^
6 |
7 = note: floats do not derive `Eq` or `Ord`, which are required for const parameters
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0741`.