File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,5 @@ harness = false
3131[features ]
3232compiler-builtins-mem = [' compiler_builtins/mem' ]
3333compiler-builtins-c = [" compiler_builtins/c" ]
34+ compiler-builtins-asm = [" compiler_builtins/asm" ]
35+ compiler-builtins-mangled-names = [" compiler_builtins/mangled-names" ]
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ panic-unwind = ["panic_unwind"]
6060profiler = [" profiler_builtins" ]
6161compiler-builtins-c = [" alloc/compiler-builtins-c" ]
6262compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
63+ compiler-builtins-asm = [" alloc/compiler-builtins-asm" ]
64+ compiler-builtins-mangled-names = [" alloc/compiler-builtins-mangled-names" ]
6365llvm-libunwind = [" unwind/llvm-libunwind" ]
6466system-llvm-libunwind = [" unwind/system-llvm-libunwind" ]
6567
You can’t perform that action at this time.
0 commit comments