rust/src/test/ui/destructuring-assignment
Esteban Kuber e8fc076f23 Consider unfulfilled obligations in binop errors
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.
2021-10-05 23:34:13 +00:00
..
bad-expr-lhs.rs Move some tests to more reasonable directories - 6 2021-04-17 18:53:54 -03:00
bad-expr-lhs.stderr Move some tests to more reasonable directories - 6 2021-04-17 18:53:54 -03:00
default-match-bindings-forbidden.rs Implement destructuring assignment for tuples 2020-11-07 13:17:19 +00:00
default-match-bindings-forbidden.stderr Implement destructuring assignment for tuples 2020-11-07 13:17:19 +00:00
drop-order.rs Test drop order for (destructuring) assignments 2020-11-18 20:42:20 +00:00
nested_destructure.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
note-unsupported.rs Implement destructuring assignment for structs and slices 2020-11-11 12:10:52 +00:00
note-unsupported.stderr Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
slice_destructure.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
slice_destructure_fail.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
slice_destructure_fail.stderr Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
struct_destructure.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
struct_destructure_fail.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
struct_destructure_fail.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
tuple_destructure.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
tuple_destructure_fail.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
tuple_destructure_fail.stderr Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
tuple_struct_destructure.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
tuple_struct_destructure_fail.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
tuple_struct_destructure_fail.stderr Adjust spans 2021-08-25 14:40:06 -07:00
underscore-range-expr-gating.rs Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
underscore-range-expr-gating.stderr Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
warn-unused-duplication.rs Implement destructuring assignment for tuples 2020-11-07 13:17:19 +00:00
warn-unused-duplication.stderr Implement destructuring assignment for tuples 2020-11-07 13:17:19 +00:00