about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-26886.stderr
AgeCommit message (Collapse)AuthorLines
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-24/+0
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-2/+0
2019-03-23Tweak unnecessary import suggestionEsteban Küber-8/+4
2019-03-11Update testsVadim Petrochenkov-2/+2
2019-01-31Add suggestion for duplicated import.David Wood-10/+8
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.
2018-12-25Remove licensesMark Rousskov-2/+2
2018-10-17fix other tests failing due to change in case or new suggestion for extern crateFrançois Mockers-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+32