summary refs log tree commit diff
path: root/src/test/ui/methods/method-call-err-msg.stderr
AgeCommit message (Expand)AuthorLines
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-4/+4
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-4/+4
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-2/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-9/+3
2022-06-27Use typed indices in argument mismatch algorithmMichael Goulet-1/+1
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-2/+2
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-2/+2
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-6/+6
2022-04-16Implementation for 65853Jack Huey-12/+20
2022-03-09diagnostics: use rustc_on_unimplemented to recommend `[].iter()`Michael Howell-2/+2
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-0/+11
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-3/+3
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-12/+24
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4/+4
2020-02-28Do not suggest implementing traits if present in predicatesEsteban Küber-3/+2
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-1/+2
2020-02-28Show information of chain of bound obligationsEsteban Küber-1/+1
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-1/+3
2020-02-28Deduplicate information in E0599Esteban Küber-3/+1
2020-02-28Reduce vebosity of E0599Esteban Küber-1/+0
2020-02-28Add more context to E0599 errorsEsteban Küber-2/+6
2020-02-11On mismatched argument count point at argumentsEsteban Küber-11/+28
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-25Remove licensesMark Rousskov-4/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+47