rust/tests/ui/const-generics/issues/issue-84659.stderr
2023-01-11 09:32:08 +00:00

11 lines
280 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 previous error