blob: cc9bdd2715f70fa04014c2c022e82bab8b48646f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0658]: use of unstable library feature 'derive_const'
--> $DIR/derive-const-gate.rs:1:3
|
LL | #[derive_const(Default)]
| ^^^^^^^^^^^^
|
= help: add `#![feature(derive_const)]` to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
|