diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-07-13 22:53:57 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2025-07-14 11:52:17 +0000 |
| commit | 9fd3886838afd28ee3834d0e7162fd6ab5adc944 (patch) | |
| tree | 2c177f26db443146d7475a60fc6c3e64163ff5ab /library/sysroot | |
| parent | e9182f195b8505c87c4bd055b9f6e114ccda0981 (diff) | |
| download | rust-9fd3886838afd28ee3834d0e7162fd6ab5adc944.tar.gz rust-9fd3886838afd28ee3834d0e7162fd6ab5adc944.zip | |
Add experimental backtrace-trace-only std feature
Diffstat (limited to 'library/sysroot')
| -rw-r--r-- | library/sysroot/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/sysroot/Cargo.toml b/library/sysroot/Cargo.toml index 290c2eeed44..032f5272a9c 100644 --- a/library/sysroot/Cargo.toml +++ b/library/sysroot/Cargo.toml @@ -20,6 +20,7 @@ test = { path = "../test", public = true } [features] default = ["std_detect_file_io", "std_detect_dlsym_getauxval", "panic-unwind"] backtrace = ["std/backtrace"] +backtrace-trace-only = ["std/backtrace-trace-only"] compiler-builtins-c = ["std/compiler-builtins-c"] compiler-builtins-mem = ["std/compiler-builtins-mem"] compiler-builtins-no-asm = ["std/compiler-builtins-no-asm"] |
