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

Build fails: There is no BinarySearchResult in std::slice #5

Closed
pyfisch opened this issue Jan 1, 2015 · 2 comments
Closed

Build fails: There is no BinarySearchResult in std::slice #5

pyfisch opened this issue Jan 1, 2015 · 2 comments

Comments

@pyfisch
Copy link

pyfisch commented Jan 1, 2015

rustc 0.13.0-nightly (10d99a973 2014-12-31 21:01:42 +0000)
cargo build 
   Compiling regex v0.1.4 (file://***/regex)
***/regex/src/parse.rs:21:5: 21:35 error: unresolved import `std::slice::BinarySearchResult`. There is no `BinarySearchResult` in `std::slice`
***/regex/src/parse.rs:21 use std::slice::BinarySearchResult;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `regex`.

To learn more, run the command again with --verbose.

It got removed from libcore: rust-lang/rust@67d1388#diff-91f9d2237c7851d61911b0ca64792a88L1228

@PirosB3
Copy link

PirosB3 commented Jan 1, 2015

Same issue here!

@alexcrichton
Copy link
Member

Fixed in #6

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

3 participants