We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324d2e5 commit 7e1c4afCopy full SHA for 7e1c4af
compiler/rustc/src/main.rs
@@ -34,7 +34,7 @@
34
35
fn main() {
36
// See the comment at the top of this file for an explanation of this.
37
- #[cfg(feature = "jemalloc-sys")]
+ #[cfg(feature = "jemalloc")]
38
{
39
use std::os::raw::{c_int, c_void};
40
0 commit comments