Add functionality for gating feature flags on epochs ; rejigger epoch lints#48801
Merged
bors merged 9 commits intorust-lang:masterfrom Mar 9, 2018
Merged
Add functionality for gating feature flags on epochs ; rejigger epoch lints#48801bors merged 9 commits intorust-lang:masterfrom
bors merged 9 commits intorust-lang:masterfrom
Conversation
83f60ca to
f249692
Compare
nikomatsakis
requested changes
Mar 8, 2018
src/libsyntax/feature_gate.rs
Outdated
Contributor
There was a problem hiding this comment.
e.g., // compile-flags: -Zepoch=2018, and then use dyn Trait
Collaborator
|
☔ The latest upstream changes (presumably #46882) made this pull request unmergeable. Please resolve the merge conflicts. |
5baa8bb to
fc5ad32
Compare
Member
Author
|
Added test. Oh, also, I'm going to make bare_trait_object and unreachable_pub not be epoch lints -- I'll keep epoch lints to be actual breaking changes like tyvar_rptr and the keywords, and these lints can go ungrouped for now (we can group them later if we wish?) |
779c10c to
9272579
Compare
9272579 to
d9f0c16
Compare
nikomatsakis
approved these changes
Mar 8, 2018
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit d9f0c16 has been approved by |
Collaborator
|
☔ The latest upstream changes (presumably #48849) made this pull request unmergeable. Please resolve the merge conflicts. |
d9f0c16 to
a08cfc4
Compare
Member
Author
|
@bors r=nikomatsakis |
Collaborator
|
📌 Commit a08cfc4 has been approved by |
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Mar 9, 2018
…atsakis Add functionality for gating feature flags on epochs ; rejigger epoch lints fixes rust-lang#48794 r? @nikomatsakis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #48794
r? @nikomatsakis