mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-16 06:10:59 +00:00
9 lines
231 B
Plaintext
9 lines
231 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 1 previous error
|
|
|