about summary refs log tree commit diff
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2024-09-24 19:51:03 +0200
committernora <48135649+Noratrieb@users.noreply.github.com>2024-09-24 19:54:06 +0200
commit922b45388a6f96bdd91d4a33dfdc9fc02519c119 (patch)
tree69b06c1bd7406543059a392dde37eb5f041bab50
parent7b71d58baeaabf23dc75602aa25f78f5f3ceb2ad (diff)
downloadrust-922b45388a6f96bdd91d4a33dfdc9fc02519c119.tar.gz
rust-922b45388a6f96bdd91d4a33dfdc9fc02519c119.zip
Update src/tests/compiletest.md
-rw-r--r--src/doc/rustc-dev-guide/src/tests/compiletest.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/compiletest.md b/src/doc/rustc-dev-guide/src/tests/compiletest.md
index ec2c6f01aa4..fd1ae1c9a40 100644
--- a/src/doc/rustc-dev-guide/src/tests/compiletest.md
+++ b/src/doc/rustc-dev-guide/src/tests/compiletest.md
@@ -554,7 +554,9 @@ Fixes #MMMMM
 ```
 
 to the description of your pull request will ensure the corresponding tickets be closed
-automatically upon merge. The ticket ids can be found in the file name or the `//@ known-bug`
+automatically upon merge.
+Make sure that your fix actually fixes the root cause of the issue and not just a subset first.
+The issue numbers can be found in the file name or the `//@ known-bug`
 directive inside the test file.
 
 [`tests/crashes`]: https://github.com/rust-lang/rust/tree/master/tests/crashes