From 98d7c5463b4f8099d7e1e50087deaa195589294f Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Mon, 25 Mar 2019 06:58:30 +0100 Subject: [PATCH] s/lints/diagnostics Not all suggestions come from lints --- src/tools/compiletest/src/common.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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