We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa72f07 commit 3e26624Copy full SHA for 3e26624
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 numbers: \"{}\" 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