2021-09-07 13:24:04 +01:00
|
|
|
error: unconstrained generic constant
|
|
|
|
--> $DIR/abstract-consts-as-cast-5.rs:5:11
|
|
|
|
|
|
|
|
|
LL | bar::<{ N as usize as usize }>();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: try adding a `where` bound using this expression: `where [(); { N as usize as usize }]:`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-07 13:24:04 +01:00
|
|
|
|