2022-07-04 23:44:41 +00:00
|
|
|
error: `f32` is forbidden as the type of a const generic parameter
|
|
|
|
--> $DIR/float-generic.rs:5:17
|
|
|
|
|
|
|
|
|
LL | fn foo<const F: f32>() {}
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= note: the only supported types are integers, `bool` and `char`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-04 23:44:41 +00:00
|
|
|
|