mirror of https://github.com/golang/go.git
note that ...T is not yet implemented.
R=rsc CC=golang-dev https://golang.org/cl/194114
This commit is contained in:
parent
c40c974d33
commit
22a4952bd2
|
|
@ -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">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">Method expressions are not implemented.</span></li>
|
||||||
<li><span class="alert">Gccgo allows only one init() function per source file.</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>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue