Skip to content

Commit

Permalink
s/lints/diagnostics
Browse files Browse the repository at this point in the history
Not all suggestions come from lints
  • Loading branch information
phansch committed Mar 25, 2019
1 parent d485ebf commit 98d7c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/compiletest/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ pub struct Config {
pub compare_mode: Option<CompareMode>,

/// 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
Expand Down

0 comments on commit 98d7c54

Please sign in to comment.