mirror of https://github.com/rust-lang/rust.git
The rustc crate feature is called jemalloc
This commit is contained in:
parent
324d2e51ee
commit
7e1c4afb1d
|
@ -34,7 +34,7 @@
|
|||
|
||||
fn main() {
|
||||
// See the comment at the top of this file for an explanation of this.
|
||||
#[cfg(feature = "jemalloc-sys")]
|
||||
#[cfg(feature = "jemalloc")]
|
||||
{
|
||||
use std::os::raw::{c_int, c_void};
|
||||
|
||||
|
|
Loading…
Reference in New Issue