aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue48471.go
AgeCommit message (Expand)Author
2023-03-28go/types, types2: more systematic use of Checker.use und useLHSRobert Griesemer
2022-09-28cmd/compile: use "cannot use %s as %s value in %s: %s" error messageRobert Griesemer
2022-09-24cmd/compile: use "missing method m" instead of "missing m method"cuiweixie
2022-03-01all: avoid use of cmd/compile -G flag in testsMatthew Dempsky
2022-02-01go/types, types2: tweak missingMethodReason logic to improve messageDan Scales
2022-01-12cmd/compile/types2, go/types: add position for "have" in failed interface sat...Emmanuel T Odeke
2022-01-10go/types, types2: better error message when using *interface instead of inter...Robert Griesemer
2021-11-13test: fix longtest failures on fixedbugs/issue48471.goRobert Findley
2021-11-12cmd/compile: add missing method info for method with correct name except for ...Dan Scales
2021-11-12cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales