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

correct version in which more_struct_aliases was/will be stable #39552

Merged

Conversation

zackmdavis
Copy link
Member

The stabilizing commit is 5056a43, which is not in 1.14, but is (at
time of writing) on the 1.16 beta branch. See discussion.

The stabilizing commit is 5056a43, which is not in 1.14, but is (at
time of writing) on the 1.16 beta branch.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

zackmdavis added a commit to zackmdavis/Leafline that referenced this pull request Feb 5, 2017
$ rustc --version
rustc 1.17.0-nightly (0648517fa 2017-02-03)

I was taken aback by the version number in the lint alerting me that
more_struct_aliases is stable now:

warning: this feature has been stable since 1.14.0. Attribute no longer
needed, #[warn(stable_features)] on by default
 --> src/main.rs:1:12
  |
1 | #![feature(more_struct_aliases, non_ascii_idents, pattern, plugin,
test)]
  |            ^^^^^^^^^^^^^^^^^^^

1.14?!—but my last nightly-bump of this codebase was more recent than
that; why didn't I get the warning then?! Subsequent investigation led
to the submission of rust-lang/rust#39552.
@petrochenkov
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Feb 5, 2017

📌 Commit 5e06aee has been approved by petrochenkov

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 5, 2017
…ilization_version, r=petrochenkov

correct version in which more_struct_aliases was/will be stable

The stabilizing commit is 5056a43, which is not in 1.14, but is (at
time of writing) on the 1.16 beta branch. [See discussion](rust-lang#39282 (comment)).
bors added a commit that referenced this pull request Feb 5, 2017
@bors bors merged commit 5e06aee into rust-lang:master Feb 5, 2017
@zackmdavis zackmdavis deleted the more_struct_aliases_stabilization_version branch January 13, 2018 07:42
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