about summary refs log tree commit diff
path: root/tests/ui/suggestions/suggest-split-at-mut.rs
AgeCommit message (Expand)AuthorLines
2024-04-25Don't suggest `split_at_mut` when the multiple borrows have the same indexEsteban Küber-0/+8
2024-04-25Mention `split_at_mut` when mixing mutability in indexing opsEsteban Küber-0/+32
2024-04-25Detect borrow error involving sub-slices and suggest `split_at_mut`Esteban Küber-1/+15
2023-01-11Move /src/test to /testsAlbert Larsan-0/+8