]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: eliminate false positives for slices in untagged literal test
authorRob Pike <r@golang.org>
Sun, 24 Feb 2013 21:18:21 +0000 (13:18 -0800)
committerRob Pike <r@golang.org>
Sun, 24 Feb 2013 21:18:21 +0000 (13:18 -0800)
commit83e22f1a47ee3bb7ceb1ceb5fbe1c5e13f7fe131
treef52afba3948899e02b62b6d5116d60a3477ce4eb
parentb582ef385555f88d41679a621d34bc260de4eb68
cmd/vet: eliminate false positives for slices in untagged literal test
Made possible by go/types, as long as the package type-checks OK.

Fixes #4684.

R=golang-dev
CC=golang-dev
https://golang.org/cl/7407045
src/cmd/vet/Makefile
src/cmd/vet/taglit.go