]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #45941 - gaurikholkar:master, r=nikomatsakis
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 14 Nov 2017 15:52:09 +0000 (16:52 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 15:52:09 +0000 (16:52 +0100)
update match-expressions.rs with DepNode labels

As a part of #44924, I have updated the match-expressions.rs. The PR has tests verified for the following dependency nodes for let-expressions

- MirValidated
- MirOptimized
- TypeCheckTables
- TypeOfItem
- GenericsOfItem
- PredicatesOfItem
- FnSignature

cc @michaelwoerister
r? @nikomatsakis


Trivial merge