2021-09-02 15:20:51 -05:00
|
|
|
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 }]:`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-02 15:20:51 -05:00
|
|
|
|