]> Cypherpunks repositories - gostls13.git/commit
gc: allow implicit conversion of *[10]int -> []int
authorRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 22:26:28 +0000 (14:26 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 22:26:28 +0000 (14:26 -0800)
commit9be56adf3c6339543a59a208c2cd354b0e81b95c
treede98621b6b43a80ff8fe108672ac5c12acffe4a1
parent91cf0af1811ad8ed22de4b054476d227c1235023
gc: allow implicit conversion of *[10]int -> []int
when used as arg to copy.

R=ken2
https://golang.org/cl/157071
src/cmd/gc/typecheck.c