Uh oh!
There was an error while loading. Please reload this page.
save-analysis: Fix ICE when processing associated constant - #60649
Conversation
Xanewok
commented
May 8, 2019
@rust-lang/infra this fixes a widespread ICE (any crate that transitively depends on bitflags 1.0.5, which is quite a few, currently yanked for this reason) in the RLS - any chance this can be backported to stable or at least to beta? cc @KodrAus |
KodrAus
commented
May 8, 2019
A back port to |
Centril
commented
May 8, 2019
cc @rust-lang/compiler @rust-lang/release Beta & stable nominating based on #60649 (comment). |
Uh oh!
There was an error while loading. Please reload this page.
emilyalbini
commented
May 9, 2019
Note that a point release is likely not going to happen. We're two weeks from the next release and since this isn't merged yet the most likely target is May 16th, one week before 1.35 is out. |
Xanewok
commented
May 9, 2019
@pietroalbini ah, my release math was way off, sorry. Assuming this will be merged soon, is beta backport still on the table? |
emilyalbini
commented
May 9, 2019
Yep, the deadline for beta backports to be merged is Sunday 19th. |
bf36208 to
e73ba21CompareXanewok
commented
May 9, 2019
Added a test for both ICEs (when processing const with associated type and when processing assoc const with bogus field access). |
rust-highfive
commented
May 9, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
nikomatsakis
commented
May 9, 2019
Discussed in compiler meeting. Marking as beta-accepted. |
nikomatsakis
commented
May 9, 2019
Seems like a point release won't happen, so we didn't discuss that. |
Xanewok
commented
May 9, 2019
I'll drop the stable-nominated label then |
Pardon a naive question, but when can we hope to see this fix added to the stable...? |
tesuji
commented
May 12, 2019
@mouse07410 Probably next stable, 1.35. |
@oli-obk what do you think? EDIT: Feel like r+'ing so it has a chance to be backported in beta as well? |
oli-obk
commented
May 13, 2019
bors
commented
May 13, 2019
📌 Commit 0af18ee has been approved by |
bors
commented
May 13, 2019
save-analysis: Fix ICE when processing associated constant Closes#59134Closesrust-lang/rls#1449 Thanks @swgillespie for helping tracking this down and fixing it! r? @eddyb
bors
commented
May 13, 2019
☀️ Test successful - checks-travis, status-appveyor |
Closes#59134
Closesrust-lang/rls#1449
Thanks @swgillespie for helping tracking this down and fixing it!
r? @eddyb