Skip to content

Conversation

@atwam
Copy link

@atwam atwam commented Dec 12, 2022

try_trait has now been removed (see rust-lang/rust#42327 (comment)) and replaced with try_trait_v2. Crate fails to compile with the latest nightly (because Try::Ok has been replaced with Try::Output.

I have switched to the new try_trait_v2. Please note that I have taken the liberty of removing try_fold_result and try_rfold_result, given try_fold and try_rfold are now stable (even though Try still requires try_trait_v2). I could re-instate them if you prefer (although I'm not sure whether to prefer wrapping a Result with a Try, or the other way around).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant