Skip to content

Commit 98d7c54

Browse files
committed
s/lints/diagnostics
Not all suggestions come from lints
1 parent d485ebf commit 98d7c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/compiletest/src/common.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ pub struct Config {
246246
pub compare_mode: Option<CompareMode>,
247247

248248
/// If true, this will generate a coverage file with UI test files that run `MachineApplicable`
249-
/// lints but are missing `run-rustfix` annotations. The generated coverage file is created in
250-
/// `/tmp/rustfix_missing_coverage.txt`
249+
/// diagnostics but are missing `run-rustfix` annotations. The generated coverage file is
250+
/// created in `/tmp/rustfix_missing_coverage.txt`
251251
pub rustfix_coverage: bool,
252252

253253
// Configuration for various run-make tests frobbing things like C compilers

0 commit comments

Comments
 (0)