about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-36617.rs
AgeCommit message (Collapse)AuthorLines
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-4/+0
2020-11-19expand: Stop derive expansion un unexpected targets earlyVadim Petrochenkov-1/+0
Collect derive placeholders using `collect` instead of `push`
2020-01-09Update testsVadim Petrochenkov-0/+1
2019-08-27resolve: Block expansion of a derive container until all its derives are ↵Vadim Petrochenkov-0/+1
resolved Also mark derive helpers as known as a part of the derive container's expansion instead of expansion of the derives themselves which may happen too late.
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-0/+2
Fix a number of uncovered deficiencies in diagnostics
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+11