diff options
author | 2020-07-06 17:41:08 -0700 | |
---|---|---|
committer | 2020-07-10 16:32:49 -0700 | |
commit | afa6a77c64489de22c3deba0a8c26e8e91bb4dc6 (patch) | |
tree | 93b2857e9573ad2f3b822ba9a9b208ae98325784 /rust/proc_macro.go | |
parent | 0ae555df1a5b0fc86a6fa83c1de42026ef184cd2 (diff) |
Fix string concatenation error
Fix an error caught by golint that prevents using go test. string(int)
produces a rune, not a string representation of the int. Use fmt.Errorf
instead to format the string.
Test: go test
Change-Id: I4c2e1e30a0f1b3dc24afd123c38c4e41c2abb47a
Diffstat (limited to 'rust/proc_macro.go')
0 files changed, 0 insertions, 0 deletions