Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler: Disallow rune literals with '\X'.
http://golang.org/ref/spec#Rune_literals states that rune literals encoded as hex bytes must begin with lowercase '\x'. Fixes golang/go#11575. Change-Id: I8b76cd645b0d28dadd8600a0aa31485d439216cb Reviewed-on: https://go-review.googlesource.com/12158 Reviewed-by: Ian Lance Taylor <[email protected]>
- Loading branch information