about summary refs log tree commit diff
path: root/src/test/ui/traits/traits-negative-impls.stderr
AgeCommit message (Collapse)AuthorLines
2020-03-26permit negative impls for non-auto traitsNiko Matsakis-93/+0
2019-11-16Account for `rustc_on_unimplemented`Esteban Küber-2/+4
2019-11-16Remove unnecessary noteEsteban Küber-2/+0
2019-11-16Modify primary label message to be inline with error messageEsteban Küber-2/+2
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-4/+10
When there are multiple implementors for the same trait that is present in an unmet binding, modify the E0277 error to refer to the parent obligation and verify whether borrowing the argument being passed in would satisfy the unmet bound. If it would, suggest it.
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-5/+5
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-12/+12
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-35/+21
2018-12-25Remove licensesMark Rousskov-14/+14
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+101