Uh oh!
There was an error while loading. Please reload this page.
Resolve: don't compute LastPrivate data for Def::Err to avoid ICE - #31716
Conversation
alexcrichton
commented
Feb 16, 2016
r? @nrc (more familiar with this since I last touched it) |
jseyfried
commented
Feb 17, 2016
Fixes #31729 |
| } | ||
| fn main() { | ||
| zed::foo(); // Check that this does not panic. Ideally, it would be a privacy error. |
There was a problem hiding this comment.
Could you file an issue for this please?
There was a problem hiding this comment.
Yeah; in fact, I can fix it now
nrc
commented
Feb 19, 2016
@bors: r+ |
bors
commented
Feb 19, 2016
📌 Commit 1b5d2f2 has been approved by |
jseyfried
commented
Feb 19, 2016
@nrc The above commit addresses your comment by making the error for trying to use an inaccessible unresolved import the same as if it the import were resolved. |
jseyfried
commented
Feb 19, 2016
Right now, this error is just "unresolved name" -- it's not a privacy error since we can't use non- |
nrc
commented
Feb 19, 2016
Thanks! @bors: r+ |
bors
commented
Feb 19, 2016
📌 Commit 08b9097 has been approved by |
Fixes#31714