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

2 uses

	go.pact.im/x/plumb/internal/diag (current package)
		diag.go#L52: 	ErrDestShadowsPredeclared    ErrorKind = "destination declaration shadows a predeclared identifier"

	go.pact.im/x/plumb/internal/gen
		gen.go#L124: 				return nil, diag.Errorf(diag.PosIn(pkg.Fset, obj.Pos()), diag.ErrDestShadowsPredeclared, "destination package %q declares %s (%s), shadowing the predeclared identifier; rename the declaration", opts.ImportPath, name, base)