]> git.lizzy.rs Git - rust.git/commit
rather than just passing the block around, track the candidate's index,
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 29 Sep 2015 14:49:24 +0000 (10:49 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Mon, 5 Oct 2015 01:19:32 +0000 (21:19 -0400)
commit96a3cd06796fe6a486c01ff238dd88104954433b
tree03f18fda822d5f5e24bbe48e60259a4d9f555b50
parent1f4acfa691a79ab28af497a59f33ccb5cb6934dd
rather than just passing the block around, track the candidate's index,
and track which arms are reached (though in fact we don't make use of
this right now -- we might later if we absorb the checking of patterns
into MIR, as I would like)
src/librustc_mir/build/matches/mod.rs