Skip to content

Commit e715c67

Browse files
authored
Merge pull request #2550 from swiftlang/se-0389-update
Update SE-0389 to link post-acceptance update
2 parents d54d862 + 5979e11 commit e715c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0389-attached-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Review Manager: [Tony Allevato](https://github.com/allevato)
66
* Status: **Implemented (Swift 5.9)**
77
* Implementation: Implemented on GitHub `main` behind the experimental flag `Macros`. See the [example repository](https://github.com/DougGregor/swift-macro-examples) for more macros.
8-
* Review: ([pitch #1, under the name "declaration macros"](https://forums.swift.org/t/pitch-declaration-macros/62373)) ([pitch #2](https://forums.swift.org/t/pitch-attached-macros/62812)) ([review](https://forums.swift.org/t/se-0389-attached-macros/63165)) ([acceptance](https://forums.swift.org/t/accepted-se-0389-attached-macros/63593))
8+
* Review: ([pitch #1, under the name "declaration macros"](https://forums.swift.org/t/pitch-declaration-macros/62373)) ([pitch #2](https://forums.swift.org/t/pitch-attached-macros/62812)) ([review](https://forums.swift.org/t/se-0389-attached-macros/63165)) ([acceptance](https://forums.swift.org/t/accepted-se-0389-attached-macros/63593)) ([post-acceptance update](https://forums.swift.org/t/update-on-se-0382-and-se-0389-expression-macros-and-attached-macros/74094))
99

1010
## Introduction
1111

0 commit comments

Comments
 (0)