about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorOliver Schneider <oli-obk@users.noreply.github.com>2018-05-29 15:37:24 +0200
committerGitHub <noreply@github.com>2018-05-29 15:37:24 +0200
commit19e3d42bbb23820090c31c0a1dc53484f69a6476 (patch)
tree66c089325264512a94960d9210a094c4d537945d /src/doc
parent9337709aa027813c08654f4392a68aafe77122f9 (diff)
downloadrust-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.md3
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