Uh oh!
There was an error while loading. Please reload this page.
Fix #54224 (const promotion regression) - #54715
Conversation
This comment has been minimized.
This comment has been minimized.
12cee74 to
670d07eCompareTimNN
commented
Oct 9, 2018
Ping from triage @eddyb / @rust-lang/compiler: This PR requires your review. |
oli-obk
commented
Oct 11, 2018
r? @RalfJung |
RalfJung
commented
Oct 11, 2018
I am confused. #54224 says it's not a bug, and it also doesn't mention anything about this being a regression. And then the fix for an issue that something doesn't get promoted is to make more things |
oli-obk
commented
Oct 11, 2018
This is a regression introduced in #51990 (comment) We'll want to relax this in the future, but for now we should not change behaviour |
RalfJung
commented
Oct 11, 2018
Ah, so right now we accidentally accept some of the code you added in that test case? |
RalfJung
commented
Oct 11, 2018
There still is a Fn but not for the other modes?Same for |
RalfJung
commented
Oct 12, 2018
Oh I see, the difference is that in the other cases we always emit a feature gate in the @bors r+ |
bors
commented
Oct 12, 2018
📌 Commit 76f8a90 has been approved by |
bors
commented
Oct 12, 2018
bors
commented
Oct 12, 2018
☀️ Test successful - status-appveyor, status-travis |
r? @eddyb