Skip to content

Commit 22a4952

Browse files
committed
note that ...T is not yet implemented.
R=rsc CC=golang-dev https://golang.org/cl/194114
1 parent c40c974 commit 22a4952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/go_spec.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4778,4 +4778,5 @@ <h2 id="Implementation_differences"><span class="alert">Implementation differenc
47784778
<li><span class="alert">Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</span></li>
47794779
<li><span class="alert">Method expressions are not implemented.</span></li>
47804780
<li><span class="alert">Gccgo allows only one init() function per source file.</span></li>
4781+
<li>Formal parameters with specified type <code>... T</code> are not implemented.</li>
47814782
</ul>

0 commit comments

Comments
 (0)