Rollup merge of - jyn514:subdirectories, r=compiler-errors

Move some UI tests into subdirectories
This commit is contained in:
Matthias Krüger 2023-04-03 08:58:55 +02:00 committed by GitHub
commit 22df7107bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
60 changed files with 1 additions and 1 deletions
src/tools/tidy/src
tests/ui
generics
lexer
privacy
reachable
resolve
thread-local
traits
tuple
typeck
ufcs
unique
unpretty
unsafe
variance
wasm

@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 940;
const ROOT_ENTRY_LIMIT: usize = 881;
const ISSUES_ENTRY_LIMIT: usize = 1978;
fn check_entries(tests_path: &Path, bad: &mut bool) {