]> git.lizzy.rs Git - rust.git/commitdiff
Clarify the "since" tidy check
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 22 Sep 2019 15:18:45 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Sep 2019 15:18:45 +0000 (17:18 +0200)
src/tools/tidy/src/features.rs

index 50e9116c778eac9f2dfd2e8a5924bf2de91f857b..6d38cfc8630d186acff710b6f5907af187453568 100644 (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,