Clarify the "since" tidy check

This commit is contained in:
Mazdak Farrokhzad 2019-09-22 17:18:45 +02:00 committed by GitHub
parent 4ff32c07da
commit ad4787a992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,