Skip to content

Rust stable? #99

@dmilith

Description

@dmilith

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions