Skip to content

Commit 9b5900f

Browse files
committed
Tidy and auxiliary crate fixes for tests/ui/issues rehoming
1 parent 2441737 commit 9b5900f

File tree

44 files changed

+54
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+54
-254
lines changed

src/tools/tidy/src/issues.txt

Lines changed: 0 additions & 177 deletions
Large diffs are not rendered by default.

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use ignore::Walk;
1717
const ENTRY_LIMIT: u32 = 901;
1818
// FIXME: The following limits should be reduced eventually.
1919

20-
const ISSUES_ENTRY_LIMIT: u32 = 1619;
20+
const ISSUES_ENTRY_LIMIT: u32 = 1386;
2121

2222
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
2323
"rs", // test source files

tests/ui/binding/invalid-assignment-in-while-loop-issue-77218.fixed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ fn main() {
33
let value = [7u8];
44
while let Some(0) = value.get(0) {} //~ ERROR invalid left-hand side of assignment
55
}
6+
7+
// https://github.com/rust-lang/rust/issues/77218

tests/ui/binop/invalid-assignment-lhs-in-while-issue-772182.fixed

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/ui/binop/invalid-assignment-lhs-in-while-issue-772182.rs

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/ui/binop/invalid-assignment-lhs-in-while-issue-772182.stderr

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)