]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #37399 - retep998:heap-of-trouble, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 30 Oct 2016 00:28:07 +0000 (17:28 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Oct 2016 00:28:07 +0000 (17:28 -0700)
Print out the error when HeapFree failures do occur

cc https://github.com/rust-lang/rust/issues/37395

I'd prefer to use `assert!` instead of `debug_assert!` if the cost is acceptable.

r? @alexcrichton


Trivial merge