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

Bad test return type example [attributes.testing.test.allowed-positions] #1714

Open
polazarus opened this issue Jan 14, 2025 · 0 comments
Open

Comments

@polazarus
Copy link

In [attributes.testing.test.allowed-positions], one of the example, Result<T, E> where T: Termination, E: Debug, is not an actual type, and as such not an example at all.

Proposed replacement: Result<(), std::io::Error>

A discussion about what constitutes a Termination type seems out of scope in the reference and subject to library change.

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