const go.pact.im/x/plumb/internal/diag.ErrShadowsPredeclared

2 uses

	go.pact.im/x/plumb/internal/diag (current package)
		diag.go#L51: 	ErrShadowsPredeclared        ErrorKind = "set name shadows a predeclared identifier"

	go.pact.im/x/plumb/internal/solve
		checks.go#L157: 		return diag.Errorf(pl.pos, diag.ErrShadowsPredeclared, "set %q would generate a top-level func %q shadowing the builtin for the whole destination package; rename the set", s.name, s.name)