Skip to content

Dependency Compile Issue in Stable Rust Branch #171

Description

@ChurroLoco

I'm new to rust and this project looked really interesting so I tried to build it and got this error message with my stable version of rustc. I'm not sure if there is an easy fix for this in the Playform repo or a given requirement is to have the nightly rust build for now...

Also, I'm interesting in contributing if I can. Is there a mailing list for this project?

Rust Version

rustc 1.4.0 (8ab8581f6 2015-10-27)

Compile Errors

/.../.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.21/src/lib.rs:1:1: 1:42 error: #[feature] may not be used on the stable release channel
/.../.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.21/src/lib.rs:1 #![feature(plugin_registrar, box_syntax)]
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/.../.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.21/src/lib.rs:2:1: 2:46 error: #[feature] may not be used on the stable release channel
/.../.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.21/src/lib.rs:2 #![feature(rustc_private, core, collections)]
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/.../.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.21/src/lib.rs:3:1: 3:28 error: #[feature] may not be used on the stable release channel
/.../.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.21/src/lib.rs:3 #![feature(num_bits_bytes)]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions