rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

Upgrade to 2021 ed and inline panics #538

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

Panics and asserts do not work the same way with inlined format args, so this updates all crates to 2021 edition.

This PR complements #486, but is independent of it

Note that just like #486, the MSRV must be at least 1.58 (which introduced inline format args)