summary refs log tree commit diff
path: root/src/test/run-pass/dst-irrefutable-bind.rs
AgeCommit message (Collapse)AuthorLines
2015-12-10Fix `& ref ident` patterns for DSTsJames Miller-0/+24
We shouldn't load DSTs when recursing into the sub-pattern of `& ref ident`. Fixes #30277