Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexreg
Clarify the "since" tidy check r? @pietroalbini cc @alexreg
This commit is contained in:
commit
55df97c394
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue