Skip to content

Commit 1a7a121

Browse files
authored
Rollup merge of rust-lang#106043 - c410-f3r:moar-errors, r=petrochenkov
Move tests r? `@petrochenkov` * 6470 is an ancient LLVM compilation bug * 22375 to typeck because of rust-lang#23013
2 parents 4501479 + d4344d2 commit 1a7a121

22 files changed

+1
-18
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/test/ui/issues/issue-6470.rs

-17
This file was deleted.
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.
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.
File renamed without changes.
File renamed without changes.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::path::Path;
1010
const ENTRY_LIMIT: usize = 1000;
1111
// FIXME: The following limits should be reduced eventually.
1212
const ROOT_ENTRY_LIMIT: usize = 939;
13-
const ISSUES_ENTRY_LIMIT: usize = 2040;
13+
const ISSUES_ENTRY_LIMIT: usize = 2020;
1414

1515
fn check_entries(path: &Path, bad: &mut bool) {
1616
for dir in Walk::new(&path.join("test/ui")) {

0 commit comments

Comments
 (0)