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

Use Termination trait in Stable #27

Closed
heaths opened this issue Dec 29, 2022 · 2 comments
Closed

Use Termination trait in Stable #27

heaths opened this issue Dec 29, 2022 · 2 comments

Comments

@heaths
Copy link
Owner

heaths commented Dec 29, 2022

Investigate whether the Termination trait could work instead of the unstable traits used now.

@heaths
Copy link
Owner Author

heaths commented Dec 29, 2022

Blocked on rust-lang/libs-team#48

@heaths
Copy link
Owner Author

heaths commented Dec 29, 2022

Ultimately, this isn't going to work anyway. Allowing ? means I need to implement FromResidual, which is still under discussion. When doing that, it's trivial to return whatever error code I need to.

@heaths heaths closed this as not planned Won't fix, can't repro, duplicate, stale Dec 29, 2022
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

No branches or pull requests

1 participant