Skip to content

Commit 840d79d

Browse files
committed
Merge while with for-loop-while
1 parent 6eceddf commit 840d79d

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

tests/ui/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,12 +1561,6 @@ Tests on various well-formedness checks, e.g. [Type-checking normal functions](h
15611561

15621562
Tests on `where` clauses. See [Where clauses | Reference](https://doc.rust-lang.org/reference/items/generics.html#where-clauses).
15631563

1564-
## `tests/ui/while/`
1565-
1566-
Tests on the `while` keyword and the `while` construct.
1567-
1568-
**FIXME**: merge with `ui/for-loop-while`.
1569-
15701564
## `tests/ui/windows-subsystem/`: `#![windows_subsystem = ""]`
15711565

15721566
See [the `windows_subsystem` attribute](https://doc.rust-lang.org/reference/runtime.html#the-windows_subsystem-attribute).
File renamed without changes.

tests/ui/while/while-let-scope-issue-40235.rs renamed to tests/ui/for-loop-while/while-let-scope.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ check-pass
2+
// regression test for #40235
23
#![allow(unused_variables)]
34
fn foo() {}
45

0 commit comments

Comments
 (0)