summary refs log tree commit diff
path: root/src/test/ui/try-trait
AgeCommit message (Collapse)AuthorLines
2021-08-16Use note to point at bound introducing requirementEsteban Küber-2/+5
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-20/+100
* Always point at macros, including derive macros * Point at non-local items that introduce a trait requirement * On private associated item, point at definition
2021-05-23Extend rustc_on_implemented to improve a ?-on-ControlFlow error messageScott McMurray-13/+11
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-0/+609