Skip to content

Commit d417ae5

Browse files
authored
Rollup merge of rust-lang#115154 - olanti-p:move-issues-24-08-2023, r=compiler-errors
Move some ui tests to subdirectories cc rust-lang#73494 issue-2804 -> `macros/` (there's already the minified `issue-2804-2` there) issue-17431 -> `structs-enums/struct-rec` and new `structs-enums/enum-rec` (original issue pertains to detection of recursive enums and structs) issue-29181 and issue-66768 - moved according to the classifier tool
2 parents 1d52669 + 8216f17 commit d417ae5

20 files changed

+2
-2
lines changed

Diff for: src/tools/tidy/src/ui_tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use std::path::{Path, PathBuf};
1010

1111
const ENTRY_LIMIT: usize = 900;
1212
// FIXME: The following limits should be reduced eventually.
13-
const ISSUES_ENTRY_LIMIT: usize = 1891;
14-
const ROOT_ENTRY_LIMIT: usize = 866;
13+
const ISSUES_ENTRY_LIMIT: usize = 1874;
14+
const ROOT_ENTRY_LIMIT: usize = 865;
1515

1616
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
1717
"rs", // test source files
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)