From ad4787a992774bc91d257ffab129e6d66dd451ed Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Sun, 22 Sep 2019 17:18:45 +0200 Subject: [PATCH] Clarify the "since" tidy check --- src/tools/tidy/src/features.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/tidy/src/features.rs b/src/tools/tidy/src/features.rs index 50e9116c778ea..6d38cfc8630d1 100644 --- a/src/tools/tidy/src/features.rs +++ b/src/tools/tidy/src/features.rs @@ -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,