cue: deprecate Merge

Fixes #703

Change-Id: Ieb8f7fd04c1846cebc451b1ddc287f0b241ec6af
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8461
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
diff --git a/cue/instance.go b/cue/instance.go
index 956e011..d5b43f3 100644
--- a/cue/instance.go
+++ b/cue/instance.go
@@ -285,9 +285,7 @@
 
 // Merge unifies the given instances into a single one.
 //
-// Errors regarding conflicts are included in the result, but not reported, so
-// that these will only surface during manifestation. This allows
-// non-conflicting parts to be used.
+// Deprecated: do not use.
 func Merge(inst ...*Instance) *Instance {
 	v := &adt.Vertex{}