backtrace-rs icon indicating copy to clipboard operation
backtrace-rs copied to clipboard

cleanup dead_code around cpp_demangle feature

Open klensy opened this issue 9 months ago • 1 comments

Cfg out field instead of allowing dead_code and using zst; for Display and Debug, inline cfg instead copy&pasting almost full impl.

klensy avatar May 07 '24 10:05 klensy

Code size changes for a hello-world Rust program linked with libstd with backtrace:

On platform ubuntu-latest:

  • Original binary size: 362,912 B
  • Updated binary size: 362,920 B
  • Difference: 8 B (0%)

github-actions[bot] avatar May 07 '24 10:05 github-actions[bot]

Thanks!

workingjubilee avatar May 27 '24 22:05 workingjubilee