Commit 22a4952b authored by Rob Pike's avatar Rob Pike

note that ...T is not yet implemented.

R=rsc
CC=golang-dev
https://golang.org/cl/194114
parent c40c974d
......@@ -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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment