2022-07-04 18:44:41 -05:00
|
|
|
error[E0741]: `f32` is forbidden as the type of a const generic parameter
|
2024-07-14 07:38:51 -05:00
|
|
|
--> $DIR/float-generic.rs:7:17
|
2022-07-04 18:44:41 -05:00
|
|
|
|
|
|
|
|
LL | fn foo<const F: f32>() {}
|
|
|
|
| ^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-04 18:44:41 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0741`.
|