rust-lang / backtrace-rs

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

Fix warning on latest nightly #530

Closed Amanieu closed 1 year ago

Amanieu commented 1 year ago

This was causing CI to fail.

Amanieu commented 1 year ago

Yes, android CI is broken because of the libunwind changes (and has been broken for a while). I can have a go at fixing it though...

workingjubilee commented 1 year ago

That seems to be... less fixed, as it had 3 failures and now it has 5. Can you open an issue for the Android failures and then we can tag in the Android team?

Amanieu commented 1 year ago

Issue for Android CI: https://github.com/rust-lang/backtrace-rs/issues/531

workingjubilee commented 1 year ago

Thank you!