Skip to content

Commit 7b24df0

Browse files
authored
Forward alloc features to core
1 parent f596a68 commit 7b24df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alloc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ compiler-builtins-no-asm = ["compiler_builtins/no-asm"]
3737
compiler-builtins-mangled-names = ["compiler_builtins/mangled-names"]
3838
compiler-builtins-weak-intrinsics = ["compiler_builtins/weak-intrinsics"]
3939
# Make panics and failed asserts immediately abort without formatting any message
40-
panic_immediate_abort = []
40+
panic_immediate_abort = ["core/panic_immediate_abort"]
4141
# Choose algorithms that are optimized for binary size instead of runtime performance
42-
optimize_for_size = []
42+
optimize_for_size = ["core/optimize_for_size"]

0 commit comments

Comments
 (0)