Skip to content

Commit

Permalink
Rollup merge of rust-lang#64688 - rust-lang:clarify-tidy-since, r=ale…
Browse files Browse the repository at this point in the history
…xreg

Clarify the "since" tidy check

r? @pietroalbini

cc @alexreg
  • Loading branch information
Centril authored Sep 22, 2019
2 parents 78d715f + ad4787a commit 55df97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ fn collect_lang_features_in(base: &Path, file: &str, bad: &mut bool) -> Features
if prev_since > since {
tidy_error!(
bad,
"{}:{}: feature {} is not sorted by since",
"{}:{}: feature {} is not sorted by \"since\" (version number)",
path.display(),
line_number,
name,
Expand Down

0 comments on commit 55df97c

Please sign in to comment.