瀏覽代碼

Add TODO breadcrumb from `for` design to semantics proposal (#4271)

David Blaikie 1 年之前
父節點
當前提交
2971e129ad
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/design/control_flow/loops.md

+ 3 - 0
docs/design/control_flow/loops.md

@@ -63,6 +63,9 @@ for (var name: String in names) {
 
 `PrintNames()` prints each `String` in the `names` `List` in iteration order.
 
+TODO: Add semantics discussion from
+[#1885: ranged-based `for` for user-defined types](https://github.com/carbon-language/carbon-lang/pull/1885).
+
 ### `break`
 
 The `break` statement immediately ends a `while` or `for` loop. Execution will