2023-04-16 06:12:37 -05:00
|
|
|
error[E0635]: unknown feature `const_default_impls`
|
|
|
|
--> $DIR/std-impl-gate.rs:6:46
|
|
|
|
|
|
|
|
|
LL | #![cfg_attr(gated, feature(const_trait_impl, const_default_impls))]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-04-16 06:12:37 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0635`.
|