-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Would be great to be able to run constellation on stable channel :)
At the moment it's:
Compiling metatype v0.2.1
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /home/dmilith/.cargo/registry/src/github.com-1ecc6299db9ec823/metatype-0.2.1/src/lib.rs:34:1
|
34 | #![feature(arbitrary_self_types)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /home/dmilith/.cargo/registry/src/github.com-1ecc6299db9ec823/metatype-0.2.1/src/lib.rs:35:1
|
35 | #![feature(ptr_metadata)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /home/dmilith/.cargo/registry/src/github.com-1ecc6299db9ec823/metatype-0.2.1/src/lib.rs:36:1
|
36 | #![feature(specialization)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0554`.
error: could not compile `metatype`
Metadata
Metadata
Assignees
Labels
No labels