]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10552 : michaelwoerister/rust/ifstepping, r=brson
authorbors <bors@rust-lang.org>
Mon, 18 Nov 2013 23:26:29 +0000 (15:26 -0800)
committerbors <bors@rust-lang.org>
Mon, 18 Nov 2013 23:26:29 +0000 (15:26 -0800)
This PR improves the single-stepping experience for if-expression (no more jumping into the *else* branch before entering the *then* branch, no more jumping to the end of the *else* branch after finishing the *then* branch). Unfortunately I don't know of a straight-forward way of writing automated tests for this. Suggestions welcome!


Trivial merge