]> git.lizzy.rs Git - rust.git/commitdiff
s/lints/diagnostics
authorPhilipp Hansch <dev@phansch.net>
Mon, 25 Mar 2019 05:58:30 +0000 (06:58 +0100)
committerPhilipp Hansch <dev@phansch.net>
Mon, 25 Mar 2019 05:58:30 +0000 (06:58 +0100)
Not all suggestions come from lints

src/tools/compiletest/src/common.rs

index fe0c4f14940ada0cdfcc554e90ec142d592d0dd9..7a15d753e2df1d8b55900021a7514d8d7e46ea4e 100644 (file)
@@ -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