You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Tracking issue for `box_patterns` feature #29641](https://github.com/rust-lang/rust/issues/29641)
174
174
175
-
## `tests/ui/btreemap/`: B-Tree Maps
176
-
177
-
Tests focused on `BTreeMap` collections and their compiler interactions. E.g. collection patterns, iterator behavior, and trait implementations specific to `BTreeMap`. See [`std::collections::BTreeMap`](https://doc.rust-lang.org/std/collections/struct.BTreeMap.html).
Tests for built-in trait hierarchy (Send, Sync, Sized, etc.) and their supertrait relationships. E.g. auto traits and marker trait constraints.
@@ -262,12 +258,10 @@ This directory only contains one highly specific test. Other coinduction tests c
262
258
263
259
## `tests/ui/collections`
264
260
265
-
These tests exercise the `collections` library.
261
+
These tests exercise the `collections` library. For example, `BTreeMap` and `HashMap`.
266
262
267
263
See [`std::collections`](https://doc.rust-lang.org/std/collections/index.html)
268
264
269
-
**FIXME**: consider merge with `tests/ui/btreemap` and `tests/ui/hashmap`
270
-
271
265
## `tests/ui/command/`: `std::process::Command`
272
266
273
267
This directory is actually for the standard library [`std::process::Command`](https://doc.rust-lang.org/std/process/struct.Command.html) type, where some tests are too difficult or inconvenient to write as unit tests or integration tests within the standard library itself.
@@ -684,10 +678,6 @@ Tests on range patterns where one of the bounds is not a direct value.
684
678
685
679
**FIXME**: Overlaps with `ui/range`. `impossible_range.rs` is particularly suspected to be a duplicate test.
686
680
687
-
## `tests/ui/hashmap/`
688
-
689
-
Tests for the standard library collection [`std::collections::HashMap`](https://doc.rust-lang.org/std/collections/struct.HashMap.html).
0 commit comments