rust/src/libtest
Guillaume Gomez d8815cfe7d
Rollup merge of #52453 - srijs:fix-52436, r=TimNN
improve diagnostics for tests with custom return values

This is an attempt at getting the ball rolling to improve the diagnostics for test functions that return custom `impl Termination` values (see #52436).

An alternative could be to use `eprintln!`, but including this in the panic message felt nicely consistent with how failing test assertions would be reported.

Let me know what you think!
2018-08-15 19:20:19 +02:00
..
formatters Remove leftover tab in libtest outputs 2018-05-02 08:35:33 +02:00
Cargo.toml Switch to the crates.io getopts crate 2017-06-20 12:43:12 -07:00
lib.rs Rollup merge of #52453 - srijs:fix-52436, r=TimNN 2018-08-15 19:20:19 +02:00
stats.rs Cargo fmt libtest 2018-03-21 23:12:24 +09:00