rust/src/test/ui/xcrate
Esteban Küber 04298204ed Suggest struct pat on incorrect unit or tuple pat
When encountering a unit or tuple pattern for a struct-like item, suggest
using the correct pattern.

Use `insert_field_names_local` when evaluating variants and store field
names even when the list is empty in order to produce accurate
structured suggestions.
2020-07-14 10:41:44 -07:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
xcrate-private-by-default.rs Remove licenses 2018-12-25 21:08:33 -07:00
xcrate-private-by-default.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
xcrate-unit-struct.rs Remove licenses 2018-12-25 21:08:33 -07:00
xcrate-unit-struct.stderr Suggest struct pat on incorrect unit or tuple pat 2020-07-14 10:41:44 -07:00