Uh oh!
There was an error while loading. Please reload this page.
Don't crash in item_path when an item lacks a name - #34561
Conversation
rust-highfive
commented
Jun 29, 2016
alexcrichton
commented
Jun 29, 2016
This already landed in master as part of a larger PR, with the motivation of unbreaking logging so I could debug some issue, so I can't really open a new one. This is indeed an unmodified cherry-pick of f6068ea. |
alexcrichton
commented
Jun 29, 2016
Ok cool, sounds good to me! |
alexcrichton
commented
Jun 29, 2016
cc @rust-lang/compiler about backporting |
brson
commented
Jun 29, 2016
sgtm |
alexcrichton
commented
Jul 3, 2016
With a lack of r+, the fact that this is already on stable, and the fact that the stable 1.10 release is to be built tomorrow, this is relatively unlikely to be backported at this point. If it's critical to include, however, we can make it work. |
arielb1
commented
Jul 3, 2016
We want to include this - the regression is very annoying when it hits. Could @eddyb r+ this? |
arielb1
commented
Jul 3, 2016
This is indeed a regression to 1.9 (current stable). In that case, I don't think we should backport. |
alexcrichton
commented
Jul 4, 2016
Ok, removing the beta-nominated tag from this as well. |
Fixes#34027
We may want to use a better name than
<unnamed>, but I just cherry-picked my old commit.r? @brson