From 922b45388a6f96bdd91d4a33dfdc9fc02519c119 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:51:03 +0200 Subject: [PATCH] Update src/tests/compiletest.md --- src/doc/rustc-dev-guide/src/tests/compiletest.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/tests/compiletest.md b/src/doc/rustc-dev-guide/src/tests/compiletest.md index ec2c6f01aa42..fd1ae1c9a40d 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