internal/core/adt: do not finalize let
Finalizing lets results in unmatched counters, among
other issues. The change results in worse error messages,
but we will deal with that later.
issue990 seems now to have been solved, but we know
this is an order of evaluation issue and that the
error will likely return. We therefore do not remove
the todo from this file.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: Id2779416bc737916d0ccb6eed11f09e7881f8a61
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1199752
Reviewed-by: Matthew Sackman <matthew@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>