blob: eb5d57e14bf891f715edc11762f95bd29f4bad7b (
plain)
1
2
3
4
5
6
7
8
|
error: defaults for generic parameters are not allowed here
--> $DIR/default-on-impl.rs:3:6
|
LL | impl<const N: usize = 1> Foo<N> {}
| ^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|