Skip to content

std: Rename io/path features with old_ prefix #22459

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

Merged
merged 1 commit into from
Feb 18, 2015

Conversation

alexcrichton
Copy link
Member

This commit renames the features for the std::old_io and std::old_path
modules to old_io and old_path to help facilitate migration to the new APIs.

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@nikomatsakis
Copy link
Contributor

Seems fine, I suppose this is a breaking change?

@nikomatsakis
Copy link
Contributor

technically at least :)

This commit renames the features for the `std::old_io` and `std::old_path`
modules to `old_io` and `old_path` to help facilitate migration to the new APIs.

This is a breaking change as crates which mention the old feature names now need
to be renamed to use the new feature names.

[breaking-change]
@alexcrichton
Copy link
Member Author

@bors: r=nikomatsakis a2ebb24

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Feb 18, 2015
@huonw huonw merged commit a2ebb24 into rust-lang:master Feb 18, 2015
@alexcrichton alexcrichton deleted the feature-names branch March 27, 2015 20:36
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

Successfully merging this pull request may close these issues.

4 participants