Skip to content

Commit dce2db9

Browse files
committed
[docs] LibraryEvolution: add "let vs. var" as a planned proposal.
Dmitri and I were talking about this today and we think it's worth proposing as part of the general library evolution effort.
1 parent 9d76ce9 commit dce2db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/LibraryEvolution.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,7 @@ document that affect language semantics:
16941694
- (planned) Default implementations in protocols
16951695
- (planned) Generalized existentials (values of protocol type)
16961696
- (planned) Open and closed enums
1697+
- (planned) Removing the "constant" guarantee for 'let' across module boundaries
16971698
- (planned) Syntax for declaring "versioned" entities and their features
16981699
- (planned) Syntax for declaring inlineable code
16991700
- (planned) Syntax for declaring fixed-contents structs

0 commit comments

Comments
 (0)