Skip to content

Commit

Permalink
The rustc crate feature is called jemalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Jul 15, 2024
1 parent 324d2e5 commit 7e1c4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit 7e1c4af

Please sign in to comment.