about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-22560.stderr
AgeCommit message (Collapse)AuthorLines
2021-02-16Move some tests to more reasonable directoriesCaio-60/+0
2020-08-14Tweak output of E0225Esteban Küber-5/+5
When encountering multiple non-auto trait bounds suggest creating a new trait and explain what auto-traits are.
2019-12-25Fix rebase and sort assoc type list for deterministic outputEsteban Küber-2/+2
2019-12-24Account for multiple trait bounds with missing associated typesEsteban Küber-3/+10
2019-12-24Avoid output dependency on std spansEsteban Küber-40/+26
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-11/+28
2019-05-29Update ui test suite to use dynmemoryruins-9/+9
2019-05-20Addressed more points raised in review.Alexander Regueiro-2/+8
2019-05-20Update tests.Alexander Regueiro-7/+15
2019-04-23Update ui testsvarkor-4/+4
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-16fix testsGrigorii Kargin-4/+4
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-4/+4
2018-11-22Do not point at associated types from other cratesEsteban Küber-5/+0
This is a somewhat arbitrary restriction in order to be consistent in the output of the tests regardless of target platform.
2018-11-22Reword and fix testEsteban Küber-1/+1
2018-11-22Point at the associated type's def spanEsteban Küber-0/+5
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+36