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

RangeArgument not exported to std::collections #28517

Closed
Pscheidl opened this issue Sep 19, 2015 · 1 comment
Closed

RangeArgument not exported to std::collections #28517

Pscheidl opened this issue Sep 19, 2015 · 1 comment

Comments

@Pscheidl
Copy link

Trait RangeArgument (currently new and unstable in Rust 1.3) is not exported into standard library.
https://doc.rust-lang.org/stable/collections/range/trait.RangeArgument.html

@alexcrichton
Copy link
Member

This is currently intentional because the enum is unstable (and nightly users can get it through libcollections), co closing as working as intended. Thanks for the report though!

Also note that soon this enum may not be necessary

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