ui_test 0.27.1

A test framework for testing rustc diagnostics output
Documentation
1
2
3
4
5
6
7
## Running the test suite

Running `cargo test` will automatically update the `.stderr`
and `.stdout` files.

If you only want to check that the output files match and not
update them, use `cargo test -- -- --check`