2025-08-06 01:26:26 +02:00
|
|
|
error: defaults for generic parameters are not allowed here
|
2022-04-04 12:16:20 -07:00
|
|
|
--> $DIR/default-on-impl.rs:3:6
|
2021-04-18 13:57:22 +02:00
|
|
|
|
|
|
|
|
|
LL | impl<const N: usize = 1> Foo<N> {}
|
2022-04-04 12:16:20 -07:00
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2021-04-18 13:57:22 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-04-18 13:57:22 +02:00
|
|
|
|