]> git.lizzy.rs Git - rust.git/commit
Give match arms an HirId and a Span
authorMatthew Jasper <mjjasper1@gmail.com>
Sat, 30 Mar 2019 22:54:29 +0000 (22:54 +0000)
committerMatthew Jasper <mjjasper1@gmail.com>
Tue, 21 May 2019 18:37:38 +0000 (19:37 +0100)
commit4bfb0453f537b2927574f29bdf90c9a22ea98add
tree9b1cef2e6ae38d055ee3a31f2dee48c25264030e
parent615c23f6ecc07e87501f2f52190e3fb08b50a17e
Give match arms an HirId and a Span
12 files changed:
src/librustc/hir/intravisit.rs
src/librustc/hir/lowering.rs
src/librustc/hir/map/collector.rs
src/librustc/hir/map/mod.rs
src/librustc/hir/mod.rs
src/librustc/hir/print.rs
src/librustc_passes/hir_stats.rs
src/librustc_typeck/check/_match.rs
src/libsyntax/ast.rs
src/libsyntax/ext/build.rs
src/libsyntax/mut_visit.rs
src/libsyntax/parse/parser.rs