Clarify the "since" tidy check
This commit is contained in:
parent
4ff32c07da
commit
ad4787a992
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