Skip to content

Correct some stability versions #42111

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
May 20, 2017
Merged

Correct some stability versions #42111

merged 1 commit into from
May 20, 2017

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented May 20, 2017

These were found by running tidy on stable versions of rust and finding
features stabilised with the wrong version numbers.

These were found by running tidy on stable versions of rust and finding
features stabilised with the wrong version numbers.
@rust-highfive
Copy link
Contributor

r? @brson

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

impl_from! { u8, i16, #[stable(feature = "lossless_int_conv", since = "1.5.0")] }
impl_from! { u8, i32, #[stable(feature = "lossless_int_conv", since = "1.5.0")] }
impl_from! { u8, i64, #[stable(feature = "lossless_int_conv", since = "1.5.0")] }
impl_from! { u8, i128, #[unstable(feature = "i128", issue = "35118")] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this (and other changes) backwards compatible? I guess you could never use it before either?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Stability attributes don't have any effect on impls. The only visible change is in the docs, rustdoc displays the version numbers.

@Mark-Simulacrum
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented May 20, 2017

📌 Commit 2f703e4 has been approved by Mark-Simulacrum

@bors
Copy link
Collaborator

bors commented May 20, 2017

⌛ Testing commit 2f703e4 with merge 272e77f...

bors added a commit that referenced this pull request May 20, 2017
Correct some stability versions

These were found by running tidy on stable versions of rust and finding
features stabilised with the wrong version numbers.
@bors
Copy link
Collaborator

bors commented May 20, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing 272e77f to master...

@bors bors merged commit 2f703e4 into rust-lang:master May 20, 2017
@ollie27 ollie27 deleted the stab branch May 20, 2017 19:19
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.

5 participants