Skip to content
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

fix: Don't insert a semicolon when typing = if parse errors are encountered #14103

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Feb 8, 2023

Fixes #11005

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 8, 2023
@Veykril
Copy link
Member Author

Veykril commented Feb 8, 2023

@bors r+

@bors
Copy link
Collaborator

bors commented Feb 8, 2023

📌 Commit 5e6208b has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Feb 8, 2023

⌛ Testing commit 5e6208b with merge 5341a6f...

@bors
Copy link
Collaborator

bors commented Feb 8, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 5341a6f to master...

@bors bors merged commit 5341a6f into rust-lang:master Feb 8, 2023
@Veykril Veykril deleted the typing-semi branch February 16, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Semicolon insertion breaks on complex function declaration
3 participants