x/tools/go/ast/astutil : Unparen bad use of go/ast Unparen #69361
Labels
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Go version
1.22.5
Output of
go env
in your module/workspace:What did you do?
Execute a program that uses
golang.org/x/tools/go/ast/astutil
.What did you see happen?
The following error:
golang.org/x/tools/go/ast/astutil/util.go:11:48: undefined: ast.Unparen
What did you expect to see?
To work properly. Actually I inspected last changes to
Unparen
function and I see that it was deprecated in cl/612038 usinggo/ast
implementation. I didn't put too much time investigating this, but I think it should be something like this:The text was updated successfully, but these errors were encountered: