about summary refs log tree commit diff
path: root/src/test/ui/destructuring-assignment/note-unsupported.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-66/+0
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of ↵Oli Scherer-1/+1
relying on the span making it obvious
2022-12-13Make some diagnostics not depend on the source of what they reference being ↵Oli Scherer-3/+0
available
2022-07-01Shorten def_span for more items.Camille GILLOT-8/+2
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-57/+2
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-1/+16
When encountering a binop where the types would have been accepted, if all the predicates had been fulfilled, include information about the predicates and suggest appropriate `#[derive]`s if possible. Point at trait(s) that needs to be `impl`emented.
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-27/+42
Co-authored-by: varkor <github@varkor.com>
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-33/+15
Co-authored-by: varkor <github@varkor.com>
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-4/+0
Update tests Extend to other operations Refractor check in a separate function Fix more tests
2019-12-23Add new folder for destructuring assignment testsvarkor-0/+122