-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
Description
Lines 521 to 528 in 19b6995
| .panic_fn => ofmt == .c or use_llvm or cpu_arch == .x86_64, | |
| .panic_unwrap_error => ofmt == .c or use_llvm, | |
| .safety_check_formatted => ofmt == .c or use_llvm, | |
| .error_return_trace => use_llvm, | |
| .is_named_enum_value => use_llvm, | |
| .error_set_has_value => use_llvm or cpu_arch.isWasm(), | |
| .field_reordering => use_llvm, | |
| .safety_checked_instructions => use_llvm, |