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
task '<main>' failed at 'This is why you fail.', test.rs:3
This is problematic as the useful information (the message passed to fail!)is buried inside the sentence. It'd be better if the failure message was on its own line, something akin to:
task '<main>' failed at test.rs:3, saying:
This is why you fail.
This format also allows for space to mention other useful information (e.g. issue #11704).