about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-07-15 12:40:06 -0400
committerMichael Goulet <michael@errs.io>2024-07-15 12:40:10 -0400
commit247ad3385cb96d816da02edfb6393cc1952e5673 (patch)
tree4d585131d6f3cf7e69192f77cc3ca87e181713a5 /compiler/rustc
parent88fa119c77682e6d55ce21001cf761675cfebeae (diff)
downloadrust-247ad3385cb96d816da02edfb6393cc1952e5673.tar.gz
rust-247ad3385cb96d816da02edfb6393cc1952e5673.zip
Use dep: for crate dependencies
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml
index 3cb56a7d312..5008069542f 100644
--- a/compiler/rustc/Cargo.toml
+++ b/compiler/rustc/Cargo.toml
@@ -27,7 +27,7 @@ features = ['unprefixed_malloc_on_supported_platforms']
 
 [features]
 # tidy-alphabetical-start
-jemalloc = ['jemalloc-sys']
+jemalloc = ['dep:jemalloc-sys']
 llvm = ['rustc_driver_impl/llvm']
 max_level_info = ['rustc_driver_impl/max_level_info']
 rustc_use_parallel_compiler = ['rustc_driver_impl/rustc_use_parallel_compiler']