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
@ -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…
Reference in New Issue
Block a user