Skip to content

Commit

Permalink
tidy: say which feature gate has a stability issue mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 31, 2024
1 parent fa72f07 commit 3e26624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/tidy/src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,10 @@ fn get_and_check_lib_features(
if f.tracking_issue != s.tracking_issue && f.level != Status::Accepted {
tidy_error!(
bad,
"{}:{}: `issue` \"{}\" mismatches the {} `issue` of \"{}\"",
"{}:{}: feature gate {} has inconsistent issue numbers: \"{}\" mismatches the {} `issue` of \"{}\"",
file.display(),
line,
name,
f.tracking_issue_display(),
display,
s.tracking_issue_display(),
Expand Down

0 comments on commit 3e26624

Please sign in to comment.