summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/issues/issue-84659.stderr
blob: 796c5515e0458c941ec9334f4cba1c351e905590 (plain)
1
2
3
4
5
6
7
8
9
10
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