mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
"Function builders" are being renamed to "result builders". Add the corresponding `@resultBuilder` attribute, with `@_functionBuilder` as an alias for it, Update test cases to use @resultBuilder.