You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be more useful it if it printed task 'test_foo' failed at 'assertion failed: ... rather than task '<unnamed>' failed at 'assertion failed: ....
This would make finding the cause of a FAILED in the spew of #[should_fail]fail!s easier, at least until we get capturing/redisplay-as-necessary of the output.
The text was updated successfully, but these errors were encountered:
Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
`<main>` instead of `<unnamed>`.
Closes#10195Closes#10073
E.g.
would be more useful it if it printed
task 'test_foo' failed at 'assertion failed: ...
rather thantask '<unnamed>' failed at 'assertion failed: ...
.This would make finding the cause of a
FAILED
in the spew of#[should_fail]
fail!
s easier, at least until we get capturing/redisplay-as-necessary of the output.The text was updated successfully, but these errors were encountered: