Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to try_trait_v2 unstable feature #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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