]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37310 - vadimcn:drop-spans, r=michaelwoerister
authorbors <bors@rust-lang.org>
Sat, 22 Oct 2016 17:02:19 +0000 (10:02 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Oct 2016 17:02:19 +0000 (10:02 -0700)
commit0eb4d46d03ce486a98c3ed24f9aa0406ff0b2a43
treea5b2e8c35e9876e4855d5fb177f3954cde1250f5
parentb5f6d7ec2d4e231b9ef0c8a9e8e7ec8a7f67d2ae
parent209fe0df24292a69ab4f34d10a5a8c417f64e2e9
Auto merge of #37310 - vadimcn:drop-spans, r=michaelwoerister

Fix line stepping in debugger.

Attribute drop code to block's closing brace, instead of the line where the allocation was done.
Attribute function epilogues to function body's closing brace, rather than the function header.

Fixes #37032

r? @michaelwoerister