Peter Stuart
Peter Stuart
const `saturating_add` and `saturating_sub` have been stabilized in [1.47](https://blog.rust-lang.org/2020/10/08/Rust-1.47.html). I'd be happy to work on this, but I guess it'd be a breaking change for the minimum supported Rust version?...
@mitsuhiko I’m interested in working on this if you’d accept a PR implementing it. The approach you outline in https://github.com/mitsuhiko/insta/issues/196#issuecomment-989792972 seems reasonable to me.
> If you spawn tasks, or use futures::join concurrency, you have to always create a new hub (new_from_top, aka "inherit" the current scope properties and breadcrumbs). One other time I...