]> git.lizzy.rs Git - rust.git/commit
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)
commit9062988610dc28201c552854a2363157fc297fa5
tree67b6f34da10df06c6eb3c9800db39a00630b4248
parent3d569df41de221ce5b0ffd385caaa9fd6d5fb2ff
parentd0872eb69272b5e74678b3bc095cc3082f46a5c9
auto merge of #10552 : michaelwoerister/rust/ifstepping, r=brson

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!