-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Resolve a bunch of fixmes #39384
Resolve a bunch of fixmes #39384
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Thanks for the PR @wesleywiser I wonder though if we could perhaps avoid adding |
@petrochenkov My understanding from reading #22405 was that the issue was not being able to infer the result of @alexcrichton Sure I can do that. What do you think of @petrochenkov's comment? Does this need to wait for |
Oh well it seems that the motivation/purpose of this PR is to remove these FIXME annotations. I don't think the FIXME annotations need to literally be changed to use I personally prefer to favor stable features wherever possible, so that's just my own personal preference for deleting outright instead of deleting and switching to |
Easy enough! I'll push a new commit that simply removes the FIXMEs for this particular issue with no other changes. |
☔ The latest upstream changes (presumably #39230) made this pull request unmergeable. Please resolve the merge conflicts. |
dc85c01
to
9265d76
Compare
@wesleywiser looks like there's a pretty test failure on Travis? |
Thanks! I'll look into that tomorrow.
…On Mon, Jan 30, 2017, 11:17 PM Alex Crichton ***@***.***> wrote:
@wesleywiser <https://github.com/wesleywiser> looks like there's a pretty
test failure on Travis?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39384 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAyu2EEg5ylEWHvD_iMTqpo99RXfc32Dks5rXrXogaJpZM4LwuK9>
.
|
9265d76
to
94687aa
Compare
@alexcrichton It should be fixed now. It looks like two of the Mac Travis bots failed trying to clone the repo and the other two have been stuck trying to clone for a few hours now. All of the other bots have passed. |
Are we burying the box syntax?! 😨 |
There is a lot of places in the compiler where unstable features are being used, removing only the |
@bors: r+ Thanks @wesleywiser! @Michael-Zapata these comments are all ancient and the bugs have all been fixed anyway, so I don't think we're going backwards here at all. |
📌 Commit 94687aa has been approved by |
⌛ Testing commit 94687aa with merge 7234e5c... |
@bors: retry
|
Resolve a bunch of fixmes Resolves 56 fixmes in test code related to `box` syntax.
☀️ Test successful - status-appveyor, status-travis |
Resolves 56 fixmes in test code related to
box
syntax.