diff options
| author | Oliver Schneider <oli-obk@users.noreply.github.com> | 2018-05-29 15:37:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-29 15:37:24 +0200 |
| commit | 19e3d42bbb23820090c31c0a1dc53484f69a6476 (patch) | |
| tree | 66c089325264512a94960d9210a094c4d537945d /src/doc | |
| parent | 9337709aa027813c08654f4392a68aafe77122f9 (diff) | |
| download | rust-19e3d42bbb23820090c31c0a1dc53484f69a6476.tar.gz rust-19e3d42bbb23820090c31c0a1dc53484f69a6476.zip | |
Explain .fixed files
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/adding.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/adding.md b/src/doc/rustc-dev-guide/src/tests/adding.md index e8075e53953..daaaace7e38 100644 --- a/src/doc/rustc-dev-guide/src/tests/adding.md +++ b/src/doc/rustc-dev-guide/src/tests/adding.md @@ -150,7 +150,8 @@ source. * `run-rustfix` for UI tests, indicates that the test produces structured suggestions, which are then applied and the final - source is compiled again. + source is stored in a `.fixed` file and compiled again. The final + compilation is required to succeed. * `min-{gdb,lldb}-version` * `min-llvm-version` * `compile-pass` for UI tests, indicates that the test is |
