File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ backtrace = [
90
90
' miniz_oxide/rustc-dep-of-std' ,
91
91
]
92
92
93
- panic-unwind = [" panic_unwind" ]
94
- profiler = [" profiler_builtins" ]
93
+ panic-unwind = [" dep: panic_unwind" ]
94
+ profiler = [" dep: profiler_builtins" ]
95
95
compiler-builtins-c = [" alloc/compiler-builtins-c" ]
96
96
compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
97
97
compiler-builtins-no-asm = [" alloc/compiler-builtins-no-asm" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ compiler-builtins-no-f16-f128 = ["std/compiler-builtins-no-f16-f128"]
20
20
compiler-builtins-mangled-names = [" std/compiler-builtins-mangled-names" ]
21
21
llvm-libunwind = [" std/llvm-libunwind" ]
22
22
system-llvm-libunwind = [" std/system-llvm-libunwind" ]
23
- panic-unwind = [" std/panic_unwind " ]
23
+ panic-unwind = [" std/panic-unwind " ]
24
24
panic_immediate_abort = [" std/panic_immediate_abort" ]
25
25
optimize_for_size = [" std/optimize_for_size" ]
26
26
profiler = [" std/profiler" ]
You can’t perform that action at this time.
0 commit comments