Implemented in #78837.
With this feature arbitrary expressions are supported in values of key-value attributes at parse time.
Previously only unsuffixed literals and interpolated expressions ($expr) were accepted.
If the attribute in question survives expansion, then the value is still restricted to unsuffixed literals by a semantic check. This restriction may also be relaxed in the future.
Implemented in #78837.
With this feature arbitrary expressions are supported in values of key-value attributes at parse time.
Previously only unsuffixed literals and interpolated expressions (
$expr) were accepted.If the attribute in question survives expansion, then the value is still restricted to unsuffixed literals by a semantic check. This restriction may also be relaxed in the future.