rustc/tests/ui/const-generics/generic_const_exprs/abstract-consts-as-cast-5.stderr
2023-08-02 10:33:26 +02:00

11 lines
315 B
Plaintext

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 }]:`
error: aborting due to previous error