note that ...T is not yet implemented.

R=rsc
CC=golang-dev
https://golang.org/cl/194114
This commit is contained in:
Rob Pike 2010-01-27 13:45:16 -08:00
parent c40c974d33
commit 22a4952bd2

View File

@ -4778,4 +4778,5 @@ The following minimal alignment properties are guaranteed:
<li><span class="alert">Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</span></li>
<li><span class="alert">Method expressions are not implemented.</span></li>
<li><span class="alert">Gccgo allows only one init() function per source file.</span></li>
<li>Formal parameters with specified type <code>... T</code> are not implemented.</li>
</ul>