File tree 3 files changed +3
-3
lines changed
src/tools/miri/cargo-miri/src
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ backtrace = [
93
93
' miniz_oxide/rustc-dep-of-std' ,
94
94
]
95
95
96
- panic-unwind = [" panic_unwind" ]
96
+ panic-unwind = [" dep: panic_unwind" ]
97
97
compiler-builtins-c = [" alloc/compiler-builtins-c" ]
98
98
compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
99
99
compiler-builtins-no-asm = [" alloc/compiler-builtins-no-asm" ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ debug_typeid = ["std/debug_typeid"]
26
26
llvm-libunwind = [" std/llvm-libunwind" ]
27
27
system-llvm-libunwind = [" std/system-llvm-libunwind" ]
28
28
optimize_for_size = [" std/optimize_for_size" ]
29
- panic-unwind = [" std/panic_unwind " ]
29
+ panic-unwind = [" std/panic-unwind " ]
30
30
panic_immediate_abort = [" std/panic_immediate_abort" ]
31
31
profiler = [" dep:profiler_builtins" ]
32
32
std_detect_file_io = [" std/std_detect_file_io" ]
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ pub fn setup(
85
85
SysrootConfig :: NoStd
86
86
} else {
87
87
SysrootConfig :: WithStd {
88
- std_features : [ "panic_unwind " , "backtrace" ] . into_iter ( ) . map ( Into :: into) . collect ( ) ,
88
+ std_features : [ "panic-unwind " , "backtrace" ] . into_iter ( ) . map ( Into :: into) . collect ( ) ,
89
89
}
90
90
} ;
91
91
let cargo_cmd = {
You can’t perform that action at this time.
0 commit comments