rust/tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-gate.stderr
2023-08-06 13:34:53 +00:00

12 lines
342 B
Plaintext

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`.