about summary refs log tree commit diff
path: root/src/test/ui/btreemap
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-77/+0
2022-08-25Provide structured suggestion for `hashmap[idx] = val`Esteban Küber-1/+8
2022-08-23Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexingChayim Refael Friedman-0/+18
The error can be quite confusing to newcomers.
2022-07-18Add `PhantomData` marker for dropck to `BTreeMap`Frank Steffahn-0/+29
closes #99408
2020-08-05Add a test for BTreeMap lifetime bound to see if it compilesNazım Can Altınova-0/+23