-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix & ref ident
patterns for DSTs
#30279
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
We shouldn't load DSTs when recursing into the sub-pattern of `& ref ident`. Fixes rust-lang#30277
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 93154dd has been approved by |
⌛ Testing commit 93154dd with merge 501e60d... |
💔 Test failed - auto-mac-64-nopt-t |
@bors: retry On Fri, Dec 11, 2015 at 1:26 AM, bors notifications@github.com wrote:
|
⌛ Testing commit 93154dd with merge c80623f... |
💔 Test failed - auto-mac-64-opt |
@bors: retry On Fri, Dec 11, 2015 at 11:48 PM, bors notifications@github.com wrote:
|
We shouldn't load DSTs when recursing into the sub-pattern of `& ref ident`. Fixes #30277
We shouldn't load DSTs when recursing into the sub-pattern of
& ref ident
.Fixes #30277