]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #52906 - RalfJung:jemalloc, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 2 Aug 2018 10:28:42 +0000 (10:28 +0000)
committerbors <bors@rust-lang.org>
Thu, 2 Aug 2018 10:28:42 +0000 (10:28 +0000)
commit76aeeefdc2d52830c1381dbce289769112e0c1ef
tree0bb97c890963212ec81ef4f04181cdc168fe4ab4
parent02a369a5c8a9be35ddfa17b8af1d51459c4a6bc6
parent872395a38ccced1b5e8d69cecf011ffb5a5f3ed8
Auto merge of #52906 - RalfJung:jemalloc, r=alexcrichton

enable jemalloc assertions when configured to do so

This is essentially a re-submission of the functional part of https://github.com/rust-lang/rust/pull/43648. I was unable to reproduce the issue I had back then, maybe something changed somewhere to no longer trigger the assertion.

Fixes https://github.com/rust-lang/rust/issues/44152