about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-47706.stderr
AgeCommit message (Collapse)AuthorLines
2022-05-01Move some tests to more reasonable placesCaio-40/+0
2021-12-17Bless ui testsDeadbeef-2/+2
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-0/+6
Be more thorough in using `ItemObligation` and `BindingObligation` when evaluating obligations so that we can point at trait bounds that introduced unfulfilled obligations. We no longer incorrectly point at unrelated trait bounds (`substs-ppaux.verbose.stderr`). In particular, we now point at trait bounds on method calls. We no longer point at "obvious" obligation sources (we no longer have a note pointing at `Trait` saying "required by a bound in `Trait`", like in `associated-types-no-suitable-supertrait*`). Address part of #89418.
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-2/+6
2021-08-16Use note to point at bound introducing requirementEsteban Küber-4/+7
2020-04-18Add label to item source of bound obligationEsteban Küber-1/+1
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-10/+9
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-4/+4
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-9/+6
2018-12-25Remove licensesMark Rousskov-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+31