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
go version
go version go1.9 linux/amd64
yes
package main type T *int type S struct { T // error: embedded type cannot be a pointer }
The error message should be embedded type cannot be alias to a pointer for better.
embedded type cannot be alias to a pointer
The text was updated successfully, but these errors were encountered:
sorry, this is a bad report. T is not an alias. :)
[edit] maybe embedded type cannot be a named pointer is better.
embedded type cannot be a named pointer
Sorry, something went wrong.
No branches or pull requests
What version of Go are you using (
go version
)?go version go1.9 linux/amd64
Does this issue reproduce with the latest release?
yes
What did you do?
What did you expect to see?
The error message should be
embedded type cannot be alias to a pointer
for better.The text was updated successfully, but these errors were encountered: