backtrace-rs
backtrace-rs copied to clipboard
fix clippy slow_vector_initialization
Should be smaller code size
Ahh, this should affect #[cfg(any(target_arch = "x86", target_arch = "arm"))] only.
Why CI ignores changes in workflow? idk. Looks like it uses workflow from master.
Code size changes for a hello-world Rust program linked with libstd with backtrace:
On platform windows-latest:
- Original binary size: 133,120 B
- Updated binary size: 134,656 B
- Difference: 1,536 B (1.15%)
@klensy apparently needs imports?
Code size changes for a hello-world Rust program linked with libstd with backtrace:
On platform windows-latest:
- Original binary size: 133,120 B
- Updated binary size: 134,656 B
- Difference: 1,536 B (1.15%)
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md https://github.com/rust-lang/backtrace-rs/commit/18efcf9a31418c6b85900651b192217618b476cd
Looks like upload-artifact should be bumped too
It was in ...
Oh we bumped download not upload.