]> Cypherpunks repositories - gostls13.git/commit
bug181 - type T *struct { T } is an invalid embedded type
authorRuss Cox <rsc@golang.org>
Fri, 7 Aug 2009 20:14:01 +0000 (13:14 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 7 Aug 2009 20:14:01 +0000 (13:14 -0700)
commit6c2738eb43e7cc3ea828c7b7401bef27cc5dd9c9
treedfe2fdf587a000d5deb81af5d8af551ad5c06a19
parent99eca57d437d490a83a7c77a574ca54c02e4df97
bug181 - type T *struct { T } is an invalid embedded type

R=ken
OCL=32886
CL=32886
src/cmd/gc/dcl.c
src/cmd/gc/go.h
src/cmd/gc/walk.c
test/fixedbugs/bug181.go [new file with mode: 0644]