about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-52891.rs
AgeCommit message (Collapse)AuthorLines
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-38/+0
2019-01-31Add suggestion for duplicated import.David Wood-0/+38
This commit adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import.