about summary refs log tree commit diff
path: root/src/test/ui/lexical-scopes.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-22/+0
2022-10-25Modify ui tests to reflect the changeByron Zhong-1/+1
2022-10-16Point to shadowed name when it exists.Camille GILLOT-0/+2
2022-09-22Bless test output changesFrank Steffahn-1/+1
2022-08-17point at a type parameter shadowing another typeTakayuki Maeda-0/+2
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-0/+2
use `def_ident_span` , `body_owner_def_id` instead of `in_progress_typeck_results`, `guess_head_span` use `body_id.owner` directly add description to label
2020-05-30resolve: Do not suggest imports from the same module in which we are resolvingVadim Petrochenkov-5/+0
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-10-13Update ui testsGuillaume Gomez-1/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+1
2019-03-23Tweak spans for E0599Esteban Küber-3/+1
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-26Fixed more tests.Alexander Regueiro-2/+4
2018-12-25Remove licensesMark Rousskov-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+20