about summary refs log tree commit diff
path: root/src/test/ui/span/visibility-ty-params.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2021-01-26Point only at generic arguments when they are unexpectedEsteban Küber-4/+4
2019-10-30Update ui testsGuillaume Gomez-0/+1
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-8/+6
Move `Resolver` fields specific to late resolution to the new visitor. The `current_module` field from `Resolver` is replaced with two `current_module`s in `LateResolutionVisitor` and `BuildReducedGraphVisitor`. Outside of those visitors `current_module` is replaced by passing `parent_scope` to more functions and using the parent module from it. Visibility resolution no longer have access to later resolution methods and has to use early resolution, so its diagnostics in case of errors regress slightly.
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-03-11Update testsVadim Petrochenkov-3/+3
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-27Fix rebase and more CI failuresVadim Petrochenkov-2/+2
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-1/+10
Fix a number of uncovered deficiencies in diagnostics
2018-12-25Remove licensesMark Rousskov-2/+2
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-08-22Fix fallout in tests.Jeffrey Seyfried-17/+9
2017-08-17Improve placement of `use` suggestionsOliver Schneider-8/+8
2017-07-27Give span to angle bracketed generic argumentsVadim Petrochenkov-0/+22