ui_test 0.30.6

A test framework for testing rustc diagnostics output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Do not contribute PRs, issues or comments with AI support. I will close them and I do not want to discuss it. 

## Running the test suite

The test suite is confusing because it itself runs ui-test, and then also uses ui-test to
check that ui-test produces the right results.

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

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

To bless the "outer" `.stderr` and `.stdout` files, use `cargo test -- -- --bless`.