about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-34334.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-38/+0
2022-12-13Avoid rendering empty annotationsOli Scherer-2/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+2
2022-12-11Point at method call when it is the source of the bound errorEsteban Küber-4/+2
2022-12-11Use `with_forced_trimmed_paths`Esteban Küber-2/+2
2022-12-11Only point at methods that might be relevantEsteban Küber-2/+2
2022-12-11Remove mention of "assoc type" in label as it is already in the `note` messageEsteban Küber-2/+2
2022-12-11Account for method call chains split across multiple bindingsEsteban Küber-4/+6
2022-12-11Mention only assoc types changesEsteban Küber-3/+3
2022-12-11Provide associated type information in method chainsMichael Goulet-0/+8
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-1/+1
2022-08-21Rework point-at-argMichael Goulet-2/+4
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+1
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-0/+5
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-0/+5
2021-01-22add and update testsb-naber-5/+6
2020-11-25add testsb-naber-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+3
2020-07-14Handle case of incomplete local ty more gracefullyEsteban Küber-45/+9
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-1/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-12-23Add span information to `ExprKind::Assign`varkor-2/+2
2019-12-23Improve invalid assignment errorvarkor-2/+4
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-08-09Recover parser from `foo(_, _)`Esteban Küber-2/+8
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-3/+40
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+10