소스 검색

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