We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d485ebf commit 98d7c54Copy full SHA for 98d7c54
src/tools/compiletest/src/common.rs
@@ -246,8 +246,8 @@ pub struct Config {
246
pub compare_mode: Option<CompareMode>,
247
248
/// 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`
+ /// diagnostics but are missing `run-rustfix` annotations. The generated coverage file is
+ /// created in `/tmp/rustfix_missing_coverage.txt`
251
pub rustfix_coverage: bool,
252
253
// Configuration for various run-make tests frobbing things like C compilers
0 commit comments