Skip to content

Commit 043ba31

Browse files
committed
update tests/ui/README.md
1 parent 4793681 commit 043ba31

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/ui/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,6 @@ Exercises the `format!` macro.
585585

586586
A broad category of tests on functions.
587587

588-
## `tests/ui/for/`: `for` keyword
589-
590-
Tests on the `for` keyword and some of its associated errors, such as attempting to write the faulty pattern `for _ in 0..1 {} else {}`.
591-
592-
**FIXME**: Should be merged with `ui/for-loop-while`.
593-
594588
## `tests/ui/force-inlining/`: `#[rustc_force_inline]`
595589

596590
Tests for `#[rustc_force_inline]`, which will force a function to always be labelled as inline by the compiler (it will be inserted at the point of its call instead of being used as a normal function call.) If the compiler is unable to inline the function, an error will be reported. See <https://github.com/rust-lang/rust/pull/134082>.
@@ -1545,10 +1539,6 @@ Tests on `enum` variants.
15451539

15461540
**FIXME**: Contains a single test described as "Check that rustc accepts various version info flags.", should be rehomed.
15471541

1548-
## `tests/ui/warnings/`
1549-
1550-
**FIXME**: Contains a single test on non-explicit paths (`::one()`). Should be rehomed probably to `tests/ui/resolve/`.
1551-
15521542
## `tests/ui/wasm/`
15531543

15541544
These tests target the `wasm32` architecture specifically. They are usually regression tests for WASM-specific bugs which were observed in the past.

0 commit comments

Comments
 (0)