Skip to content

save-analysis: be a bit more defensive with field sub-expressions - #33859

Merged
bors merged 1 commit into
rust-lang:masterfrom
nrc:save-field-sub
May 29, 2016
Merged

save-analysis: be a bit more defensive with field sub-expressions#33859
bors merged 1 commit into
rust-lang:masterfrom
nrc:save-field-sub

Conversation

@nrc

@nrcnrc commented May 25, 2016

Copy link
Copy Markdown
Member

Prevents an ice with (...).f since the sub-expression is in the AST but not the HIR.

We could actually do better in this specific case, but it doesn't seem worth it.

Prevents an ice with `(...).f` since the sub-expression is in the AST but not the HIR.
We could actually do better in this specific case, but it doesn't seem worth it.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@pnkfelix

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented May 25, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit c8ee3f2 has been approved by pnkfelix

bors added a commit that referenced this pull request May 28, 2016
@bors

bors commented May 29, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c8ee3f2 with merge ae10b4a...

@bors

bors commented May 29, 2016

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-linux-64-opt-rustbuild

@eddyb

Copy link
Copy Markdown
Contributor

@bors retry

@bors

bors commented May 29, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c8ee3f2 with merge a2a8694...

bors added a commit that referenced this pull request May 29, 2016
save-analysis: be a bit more defensive with field sub-expressions
Prevents an ice with `(...).f` since the sub-expression is in the AST but not the HIR.
We could actually do better in this specific case, but it doesn't seem worth it.
@bors
bors merged commit c8ee3f2 into rust-lang:masterMay 29, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@nrc@rust-highfive@pnkfelix@bors@eddyb