mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue