We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to cmd/compile's documentation:
The compiler accepts compiler directives in the form of // comments at the beginning of a line.
go/scanner conforms to this, and has unit tests that indented directives are rejected.
However, cmd/compile accepts them: https://play.golang.org/p/FmZkjPtRHc (Example by @griesemer from https://go-review.googlesource.com/#/c/34273/21/src/cmd/internal/src/pos.go@112)
This issue was present in 1.7, so it can wait until 1.9.
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/37020 mentions this issue.
Sorry, something went wrong.
d390283
No branches or pull requests
According to cmd/compile's documentation:
go/scanner conforms to this, and has unit tests that indented directives are rejected.
However, cmd/compile accepts them: https://play.golang.org/p/FmZkjPtRHc (Example by @griesemer from https://go-review.googlesource.com/#/c/34273/21/src/cmd/internal/src/pos.go@112)
This issue was present in 1.7, so it can wait until 1.9.
The text was updated successfully, but these errors were encountered: