diff --git a/src/tools/compiletest/src/common.rs b/src/tools/compiletest/src/common.rs index fe0c4f14940..7a15d753e2d 100644 --- a/src/tools/compiletest/src/common.rs +++ b/src/tools/compiletest/src/common.rs @@ -246,8 +246,8 @@ pub struct Config { pub compare_mode: Option, /// If true, this will generate a coverage file with UI test files that run `MachineApplicable` - /// lints but are missing `run-rustfix` annotations. The generated coverage file is created in - /// `/tmp/rustfix_missing_coverage.txt` + /// diagnostics but are missing `run-rustfix` annotations. The generated coverage file is + /// created in `/tmp/rustfix_missing_coverage.txt` pub rustfix_coverage: bool, // Configuration for various run-make tests frobbing things like C compilers