mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
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
|
|
|