rust/tests/ui/rfcs/rfc-2632-const-trait-impl/const_derives/derive-const-use.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
559 B
Plaintext
Raw Normal View History

2023-04-16 06:12:37 -05:00
error[E0635]: unknown feature `const_cmp`
--> $DIR/derive-const-use.rs:2:30
|
LL | #![feature(const_trait_impl, const_cmp, const_default_impls, derive_const)]
| ^^^^^^^^^
error[E0635]: unknown feature `const_default_impls`
--> $DIR/derive-const-use.rs:2:41
|
LL | #![feature(const_trait_impl, const_cmp, const_default_impls, derive_const)]
| ^^^^^^^^^^^^^^^^^^^
2023-08-06 08:20:55 -05:00
error: aborting due to 2 previous errors
2023-04-16 06:12:37 -05:00
For more information about this error, try `rustc --explain E0635`.