summary refs log tree commit diff
path: root/src/test/ui/suggestions/str-array-assignment.rs
AgeCommit message (Expand)AuthorLines
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-12/+1
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-1/+1
2017-11-27reword to "consider borrowing here: `{suggestion}`"Esteban Küber-1/+1
2017-11-25Remove index type check (review comment)Esteban Küber-1/+1
2017-11-25Add `compile-fail` style comments to testsEsteban Küber-1/+16
2017-11-25Suggest using slice when encountering `let x = ""[..];`Esteban Küber-0/+17