aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue23586.go
AgeCommit message (Expand)Author
2022-09-27go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer
2022-09-01cmd/compile: avoid "not used" errors due to bad go/defer statementsRobert Griesemer
2022-09-01cmd/compile/internal/syntax: use BadExpr instead of fake CallExpr in bad go/d...Robert Griesemer
2018-02-15cmd/compile/internal/syntax: more tolerant handling of missing function invoc...Robert Griesemer