Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

racer install failed based on $ rustc --version rustc 1.38.0-nightly (00ee1b47f 2019-08-11) #1066

Closed
xiaods opened this issue Aug 12, 2019 · 2 comments

Comments

@xiaods
Copy link

xiaods commented Aug 12, 2019

it can't install .

 Compiling rustc-ap-rustc_data_structures v542.0.0                  
error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
    --> /Users/xiaods/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-ap-rustc_data_structures-542.0.0/bit_set.rs:1269:3                                         
     |
1269 | #[bench]
     |   ^^^^^
     |
     = note: for more information, see https://github.com/rust-lang/rust/issues/50297
     = help: add `#![feature(test)]` to the crate attributes to enable

error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
    --> /Users/xiaods/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-ap-rustc_data_structures-542.0.0/bit_set.rs:1284:3
     |
1284 | #[bench]
     |   ^^^^^
     |
     = note: for more information, see https://github.com/rust-lang/rust/issues/50297
     = help: add `#![feature(test)]` to the crate attributes to enable

error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
    --> /Users/xiaods/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-ap-rustc_data_structures-542.0.0/bit_set.rs:1302:3
     |
1302 | #[bench]
     |   ^^^^^
     |
     = note: for more information, see https://github.com/rust-lang/rust/issues/50297
     = help: add `#![feature(test)]` to the crate attributes to enable

error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
    --> /Users/xiaods/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-ap-rustc_data_structures-542.0.0/bit_set.rs:1320:3
     |
1320 | #[bench]
     |   ^^^^^
     |
     = note: for more information, see https://github.com/rust-lang/rust/issues/50297
     = help: add `#![feature(test)]` to the crate attributes to enable

error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
    --> /Users/xiaods/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-ap-rustc_data_structures-542.0.0/bit_set.rs:1335:3
     |
1335 | #[bench]
     |   ^^^^^
     |
     = note: for more information, see https://github.com/rust-lang/rust/issues/50297
     = help: add `#![feature(test)]` to the crate attributes to enable
...sliped....


@kngwyu
Copy link
Collaborator

kngwyu commented Oct 9, 2019

Sorry, I'll release the new version soon.

@kngwyu
Copy link
Collaborator

kngwyu commented Oct 11, 2019

Released 2.1.28 now.

@kngwyu kngwyu closed this as completed Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants