about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-07-15 13:01:20 -0400
committerMichael Goulet <michael@errs.io>2024-07-15 13:01:20 -0400
commit7e1c4afb1d4e6bbdff772ccc5589e183490775ed (patch)
tree14b513dd924724edc1a8b8b1cb846f88ef211bb0 /compiler/rustc
parent324d2e51ee16f56cc82485694f18a92b2eb315f3 (diff)
downloadrust-7e1c4afb1d4e6bbdff772ccc5589e183490775ed.tar.gz
rust-7e1c4afb1d4e6bbdff772ccc5589e183490775ed.zip
The rustc crate feature is called jemalloc
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc/src/main.rs b/compiler/rustc/src/main.rs
index 7ba58406ef1..29766fc9d87 100644
--- a/compiler/rustc/src/main.rs
+++ b/compiler/rustc/src/main.rs
@@ -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};