cue: remove long-deprecated and hidden Instance methods
Lookup, LookupDef, LookupField, and Fill were deprecated and hidden
between 2020 and 2021, and have remained in place since.
Given that these are not just hidden and deprecated,
but also methods on the itself deprecated Instance type,
it's time to remove them.
Just three usages of Lookup remained in our code; rewrite them.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ife1290a53a57762216ac7b480a69f1596342534d
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1236071
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>