2022-09-13 22:18:14 -05:00
|
|
|
error: cannot specialize on const impl with non-const impl
|
2022-11-06 01:07:06 -05:00
|
|
|
--> $DIR/const-default-impl-non-const-specialized-impl.rs:19:1
|
2022-03-24 19:24:40 -05:00
|
|
|
|
|
2022-09-13 22:18:14 -05:00
|
|
|
LL | impl Value for FortyTwo {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2022-03-24 19:24:40 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|