Closed
Description
@griesemer has some reports that go/types fails on some code during automatic vet-during-test. We should make a type-checking failure during vet-during-go-test a silent vet success instead (we know the code compiles, so we know vet is at fault), but vet-during-go-vet should still fail.