Uh oh!
There was an error while loading. Please reload this page.
Add functionality for gating feature flags on epochs ; rejigger epoch lints - #48801
Conversation
83f60ca to
f249692CompareThere was a problem hiding this comment.
e.g., // compile-flags: -Zepoch=2018, and then use dyn Trait
bors
commented
Mar 8, 2018
☔ The latest upstream changes (presumably #46882) made this pull request unmergeable. Please resolve the merge conflicts. |
5baa8bb to
fc5ad32CompareManishearth
commented
Mar 8, 2018
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
9272579Comparenikomatsakis
commented
Mar 8, 2018
@bors r+ |
bors
commented
Mar 8, 2018
📌 Commit d9f0c16 has been approved by |
bors
commented
Mar 9, 2018
☔ The latest upstream changes (presumably #48849) made this pull request unmergeable. Please resolve the merge conflicts. |
Manishearth
commented
Mar 9, 2018
@bors r=nikomatsakis |
bors
commented
Mar 9, 2018
📌 Commit a08cfc4 has been approved by |
…atsakis Add functionality for gating feature flags on epochs ; rejigger epoch lints fixesrust-lang#48794 r? @nikomatsakis
fixes#48794
r? @nikomatsakis