about summary refs log tree commit diff
path: root/src/test/ui/iterators/collect-into-slice.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2022-12-11Point at method call when it is the source of the bound errorEsteban Küber-1/+0
2022-11-11Don't add message that will never be shown to usersOli Scherer-2/+0
2022-08-21Rework point-at-argMichael Goulet-0/+5
2022-04-26Better error messages when collecting into `[T; n]`Michael Goulet-1/+1
2022-02-09Suggest collecting into `Vec<_>` when collecting into `[_]`Michael Goulet-0/+15