Explain .fixed files

This commit is contained in:
Oliver Schneider 2018-05-29 15:37:24 +02:00 committed by GitHub
parent 1a25691cb4
commit 79ea4eeb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ source.
* `run-rustfix` for UI tests, indicates that the test produces * `run-rustfix` for UI tests, indicates that the test produces
structured suggestions, which are then applied and the final 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-{gdb,lldb}-version`
* `min-llvm-version` * `min-llvm-version`
* `compile-pass` for UI tests, indicates that the test is * `compile-pass` for UI tests, indicates that the test is