summary refs log tree commit diff
path: root/src/test/ui/const-generics/defaults/default-on-impl.stderr
blob: 0f85ceccc8a80b7229ccc35af674896e176219b8 (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:5:12
   |
LL | impl<const N: usize = 1> Foo<N> {}
   |            ^

error: aborting due to previous error