Skip to content

Commit 55df97c

Browse files
authored
Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexreg
Clarify the "since" tidy check r? @pietroalbini cc @alexreg
2 parents 78d715f + ad4787a commit 55df97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ fn collect_lang_features_in(base: &Path, file: &str, bad: &mut bool) -> Features
307307
if prev_since > since {
308308
tidy_error!(
309309
bad,
310-
"{}:{}: feature {} is not sorted by since",
310+
"{}:{}: feature {} is not sorted by \"since\" (version number)",
311311
path.display(),
312312
line_number,
313313
name,

0 commit comments

Comments
 (0)