blob: 4cf9287b19c5170bedbe97e3d556f3b47d6876aa [file] [log] [blame]
! cue vet foo.cue
cmp stderr expect-stderr
-- foo.cue --
import "encoding/yaml"
x: string
a: b: c: *["\(x)"] | _
d: yaml.Marshal(a.b)
-- expect-stderr --
some instances are incomplete; use the -c flag to show errors or suppress this message