summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/defaults/default-on-impl.stderr
blob: 691e0354eddc28e52e086c5bc06a4c9e8d508793 (plain)
1
2
3
4
5
6
7
8
error: defaults for const parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions
  --> $DIR/default-on-impl.rs:3:6
   |
LL | impl<const N: usize = 1> Foo<N> {}
   |      ^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error