File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/tools/miri/cargo-miri/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ backtrace = [
9393 ' miniz_oxide/rustc-dep-of-std' ,
9494]
9595
96- panic-unwind = [" panic_unwind" ]
96+ panic-unwind = [" dep: panic_unwind" ]
9797compiler-builtins-c = [" alloc/compiler-builtins-c" ]
9898compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
9999compiler-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"]
2626llvm-libunwind = [" std/llvm-libunwind" ]
2727system-llvm-libunwind = [" std/system-llvm-libunwind" ]
2828optimize_for_size = [" std/optimize_for_size" ]
29- panic-unwind = [" std/panic_unwind " ]
29+ panic-unwind = [" std/panic-unwind " ]
3030panic_immediate_abort = [" std/panic_immediate_abort" ]
3131profiler = [" dep:profiler_builtins" ]
3232std_detect_file_io = [" std/std_detect_file_io" ]
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ pub fn setup(
8383 SysrootConfig :: NoStd
8484 } else {
8585 SysrootConfig :: WithStd {
86- std_features : [ "panic_unwind " , "backtrace" ] . into_iter ( ) . map ( Into :: into) . collect ( ) ,
86+ std_features : [ "panic-unwind " , "backtrace" ] . into_iter ( ) . map ( Into :: into) . collect ( ) ,
8787 }
8888 } ;
8989 let cargo_cmd = {
You can’t perform that action at this time.
0 commit comments