diff options
-rw-r--r-- | content/go1.15-proposals.article | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/go1.15-proposals.article b/content/go1.15-proposals.article index 01bfe48..367bc7b 100644 --- a/content/go1.15-proposals.article +++ b/content/go1.15-proposals.article @@ -74,6 +74,9 @@ are constant, the compiler can constant-evaluate such expressions and produce a constant (possibly untyped) result. This is a fully backward-compatible change and we propose to make the necessary adjustments to the spec and compilers. +(Correction: We found out after posting that this change is not backward-compatible; +see [[https://golang.org/issue/28591#issuecomment-579993684][comment]] for details.) + * Timeline We believe that none of these three proposals are controversial but there’s |