Files
rust/tests/ui/const-generics/issues/issue-84659.stderr
T
2023-11-24 19:15:52 +01:00

11 lines
282 B
Plaintext

error: unconstrained generic constant
--> $DIR/issue-84659.rs:8:15
|
LL | type Baz: Bar<{ Self::N }>;
| ^^^^^^^^^^^^^^^^
|
= help: try adding a `where` bound using this expression: `where [(); { Self::N }]:`
error: aborting due to 1 previous error