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.
2 parents 1e0cc8b + bce176d commit 08b813bCopy full SHA for 08b813b
src/tools/tidy/src/features.rs
@@ -455,9 +455,10 @@ fn get_and_check_lib_features(
455
if f.tracking_issue != s.tracking_issue && f.level != Status::Accepted {
456
tidy_error!(
457
bad,
458
- "{}:{}: `issue` \"{}\" mismatches the {} `issue` of \"{}\"",
+ "{}:{}: feature gate {} has inconsistent `issue`: \"{}\" mismatches the {} `issue` of \"{}\"",
459
file.display(),
460
line,
461
+ name,
462
f.tracking_issue_display(),
463
display,
464
s.tracking_issue_display(),
0 commit comments