mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Merge while with for-loop-while
This commit is contained in:
@@ -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).
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
//@ check-pass
|
||||
// regression test for #40235
|
||||
#![allow(unused_variables)]
|
||||
fn foo() {}
|
||||
|
||||
Reference in New Issue
Block a user