diff options
| author | Michael Goulet <michael@errs.io> | 2024-07-15 13:01:20 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-07-15 13:01:20 -0400 |
| commit | 7e1c4afb1d4e6bbdff772ccc5589e183490775ed (patch) | |
| tree | 14b513dd924724edc1a8b8b1cb846f88ef211bb0 /compiler/rustc | |
| parent | 324d2e51ee16f56cc82485694f18a92b2eb315f3 (diff) | |
| download | rust-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.rs | 2 |
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}; |
