collection_tools 0.48.0

General purpose tools to manipulate collections( containers like Vec/HashMap/HashSet ).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Compile-Fail Test Fixtures

### Scope

Source files that must fail to compile, used by `tests/compile_fail_test.rs` via trybuild.
Each `.rs` file has a companion `.stderr` file recording the expected compiler error.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `into_hmap_no_annotation.rs` | FT-02: into_hmap! compile-fail without type annotation |