Skip to content

Conversation

@ollie27
Copy link
Contributor

@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
Contributor 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