]> git.lizzy.rs Git - rust.git/commit
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)
commit248e7b302a92da0ae829560fde721a62119c2c65
tree21cf9522456ba5072bed4e2dd42404a308c260f0
parent2b262cf1116efc15d729a50cdc0b0b01953b7668
parentb3e8c4c2be593562085fca03a973fb2d917e5184
Auto merge of #37399 - retep998:heap-of-trouble, r=alexcrichton

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