Skip to content

Implement consuming and borrowing declaration-level modifiers from SE-0377. #63990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

jckarter
Copy link
Contributor

@jckarter jckarter commented Mar 1, 2023

borrowing func/consuming func control the ownership convention of self for methods.

Matching swift-syntax changes are in swiftlang/swift-syntax#1372

@jckarter jckarter changed the title Implement consuming and borrowing declaration-level modifiers from se Implement consuming and borrowing declaration-level modifiers from SE-0377. Mar 1, 2023
@jckarter
Copy link
Contributor Author

jckarter commented Mar 1, 2023

swiftlang/swift-syntax#1372

@swift-ci Please test

@jckarter jckarter force-pushed the se-0377-method-modifiers branch 2 times, most recently from 96a174a to aa78e4c Compare March 1, 2023 16:38
@jckarter
Copy link
Contributor Author

jckarter commented Mar 1, 2023

swiftlang/swift-syntax#1372

@swift-ci Please smoke test

1 similar comment
@jckarter
Copy link
Contributor Author

jckarter commented Mar 1, 2023

swiftlang/swift-syntax#1372

@swift-ci Please smoke test

@jckarter
Copy link
Contributor Author

jckarter commented Mar 1, 2023

@swift-ci Please clean smoke test Linux

@jckarter
Copy link
Contributor Author

jckarter commented Mar 1, 2023

@swift-ci Please clean smoke test

@jckarter
Copy link
Contributor Author

jckarter commented Mar 1, 2023

@swift-ci Please clean smoke test Linux

…m SE-0377.

`borrowing func`/`consuming func` control the ownership convention of `self` for
methods.
@jckarter jckarter force-pushed the se-0377-method-modifiers branch from aa78e4c to 17c8037 Compare March 1, 2023 20:12
@jckarter
Copy link
Contributor Author

jckarter commented Mar 1, 2023

swiftlang/swift-syntax#1372

@swift-ci Please smoke test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant