eyre
eyre copied to clipboard
Fix compile probe and nightly backtraces
This addresses the invalid compile probe testing for a non-longer existing feature by updating it and eyre to use the error_generic_member_access
features instead.
The report and errors have all been updated to accomodate this and the new backtrace provide API
Fixes: #84 and #97
I have to pin trybuild
as it has added a dependency to toml
which only supports >1.70
Well... this is embarassing.
Once again the backtrace test is being finicky, this time due to (I believe) a warning injected by cargo, breaking it all.
I fixed it in https://github.com/eyre-rs/eyre/pull/161 and included the fix here.
Will rebase ontop of #161 when that is merged
~~It looks like this isn't quite finished.~~ Have you considered working from this PR to fix nightly backtraces?
https://github.com/eyre-rs/eyre/pull/124