Merge while with for-loop-while

This commit is contained in:
reddevilmidzy 2025-11-28 16:38:38 +09:00
parent cd618a9ccb
commit ace4aebb6d
6 changed files with 1 additions and 6 deletions

View file

@ -1561,12 +1561,6 @@ Tests on various well-formedness checks, e.g. [Type-checking normal functions](h
Tests on `where` clauses. See [Where clauses | Reference](https://doc.rust-lang.org/reference/items/generics.html#where-clauses).
## `tests/ui/while/`
Tests on the `while` keyword and the `while` construct.
**FIXME**: merge with `ui/for-loop-while`.
## `tests/ui/windows-subsystem/`: `#![windows_subsystem = ""]`
See [the `windows_subsystem` attribute](https://doc.rust-lang.org/reference/runtime.html#the-windows_subsystem-attribute).

View file

@ -1,4 +1,5 @@
//@ check-pass
// regression test for #40235
#![allow(unused_variables)]
fn foo() {}