tests with Result could have nicer output #52436
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-libtest
Area: `#[test]` / the `test` library
Consider this test:
(note the
!
) when this fails, you getThis is because it triggers this assert.
can we make this better somehow?
1 != 0
is not super helpful at learning why this test failed.The text was updated successfully, but these errors were encountered: