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 11:12:37 +00: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 13:20:55 +00:00
error: aborting due to 2 previous errors
2023-04-16 11:12:37 +00:00
For more information about this error, try `rustc --explain E0635`.