reference icon indicating copy to clipboard operation
reference copied to clipboard

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

Open polazarus opened this issue 9 months ago • 0 comments

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.

polazarus avatar Jan 14 '25 09:01 polazarus