internal/core/runtime: external attributes can use any concrete field name
There seems no particular need to restrict extern fields to identifier
fields, so allow any concrete field name, including quoted identifiers.
Fixes #3515.
Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
Change-Id: I6a7042e62ac234ca093f237dc2301d52a0d9b6bc
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1203267
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>