about summary refs log tree commit diff
path: root/src/test/ui/structs/struct-path-self.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-80/+0
2022-06-19Be more specific for what lifetimes are not allowed onMichael Goulet-3/+3
2022-06-16diagnostics: fix trailing spaceklensy-3/+3
2022-06-02review commentsEsteban Küber-2/+2
2022-06-01Make output more specificEsteban Küber-6/+12
2022-06-01Fix typoEsteban Küber-2/+2
2022-06-01More accurately handle suggestionsEsteban Küber-12/+14
* Confirm the path segment being modified is an `enum` * Check whether type has type param before suggesting changing `Self` * Wording changes * Add clarifying comments * Suggest removing args from `Self` if the type doesn't have type params
2022-06-01Provide more context when denying invalid type paramsEsteban Küber-0/+32
2019-11-02Update testsDmitry Kadashev-3/+3
Update the tests to reflect changes to how type mismatch errors are reported (two previous commits).
2019-08-11Remove `is_self` and `has_self_ty` methodsMatthew Jasper-3/+3
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-20Update testsvarkor-3/+3
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-26Added regression test for using generic parameters on modules.Alexander Regueiro-8/+8
2018-12-25Remove licensesMark Rousskov-6/+6
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+40