summary refs log tree commit diff
path: root/src/test/ui/methods/method-ambig-two-traits-from-impls2.stderr
AgeCommit message (Collapse)AuthorLines
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-2/+2
Rename fn_has_self_argument to fn_has_self_parameter Rename AssocItemKind::Method to AssocItemKind::Fn Refine has_no_input_arg Refine has_no_input_arg Revert has_no_input_arg Refine suggestion_descr Move as_def_kind into AssocKind Signed-off-by: Rustin-Liu <rustin.liu@gmail.com> Fix tidy check issue Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
2020-03-22Use more targetted span for error labelEsteban Küber-2/+2
2019-12-11review commentsEsteban Küber-4/+4
2019-12-11Use structured suggestion for disambiguating method callsEsteban Küber-2/+8
Fix #65635.
2019-07-24Add method disambiguation help for trait implementationIlija Tovilo-0/+22
Closes #51046 Closes #40471