File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 759
759
# Build compiler with the optimization enabled and -Zvalidate-mir, currently only for `std`
760
760
# validate-mir-opts = 3
761
761
762
- # Configure `std` features used during bootstrap
763
- # std-features = ["panic_unwind", "backtrace"]
762
+ # Configure `std` features used during bootstrap.
763
+ # Default features will be expanded in the following cases:
764
+ # - If `rust.llvm-libunwind` or `target.llvm-libunwind` is enabled:
765
+ # - "llvm-libunwind" will be added for in-tree LLVM builds.
766
+ # - "system-llvm-libunwind" will be added for system LLVM builds.
767
+ # - If `rust.backtrace` is enabled, "backtrace" will be added.
768
+ # - If `rust.profiler` or `target.profiler` is enabled, "profiler" will be added.
769
+ # - If building for a zkvm target, "compiler-builtins-mem" will be added.
770
+ # std-features = ["panic_unwind"]
764
771
765
772
# =============================================================================
766
773
# Options for specific targets
You can’t perform that action at this time.
0 commit comments