about summary refs log tree commit diff
path: root/src/test/ui/empty/empty-struct-unit-pat.stderr
AgeCommit message (Collapse)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-12/+12
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-6/+6
2021-05-02add suggestion for unit enum variant when matched with a paternAliénore Bouttefeux-16/+86
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+30
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-16/+16
Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method.
2019-03-11Update testsVadim Petrochenkov-6/+6
2019-01-09clarify resolve typo suggestionAndy Russell-6/+6
Include the kind of the binding that we're suggesting, and use a structured suggestion.
2018-12-25Remove licensesMark Rousskov-8/+8
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+55