mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 12:07:40 +00:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
error: cannot specialize on const impl with non-const impl
|
|
--> $DIR/const-default-impl-non-const-specialized-impl.rs:19:1
|
|
|
|
|
LL | impl Value for FortyTwo {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|