about summary refs log tree commit diff
path: root/src/test/ui/resolve/issue-5035.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-7/+7
2020-04-26Tweak some suggestions in `rustc_resolve`Esteban Küber-1/+5
2020-03-21Bless testsLeSeulArtichaut-1/+1
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-0/+3
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-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-2/+2
2019-01-09clarify resolve typo suggestionAndy Russell-1/+1
Include the kind of the binding that we're suggesting, and use a structured suggestion.
2018-12-25Remove licensesMark Rousskov-2/+2
2018-11-03Added tests.Alexander Regueiro-1/+3
2018-03-16Update testsJohn Kåre Alsaker-1/+3
2018-03-14update testsGuillaume Gomez-2/+0
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-25Update ui testsGuillaume Gomez-0/+2
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-07-18reorder span labelsgaurikholkar-1/+1
2017-04-28refac Move levenchstein before context dependent checkFreyskeyd-1/+4
Signed-off-by: Freyskeyd <simon.paitrault@gmail.com>
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-4/+2
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-0/+16