yutannihilation / savvy

A simple R extension interface using Rust
https://yutannihilation.github.io/savvy/guide/
MIT License
63 stars 3 forks source link

Use `PanicHookInfo` instead of `PanicInfo`? #282

Open yutannihilation opened 1 month ago

yutannihilation commented 1 month ago

Now clippy warns this on nightly, but it seems this requires Rust 1.82. Probably it needs some time until I can safely replace this.

https://doc.rust-lang.org/nightly/std/panic/struct.PanicHookInfo.html

yutannihilation commented 2 days ago

Replace this and let savvy-cli to require Rust 1.81. (This is used only for savvy-cli test)

https://github.com/yutannihilation/savvy/blob/a357d4f80a15b514699411f0e6dfd0ac528b7099/savvy-bindgen/src/parse_file.rs#L414