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

[Rust] more support + fix for #41 #42

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

alexpw
Copy link
Contributor

@alexpw alexpw commented May 8, 2023

Caveat: I don't know/use rust, but I ref'd the rust-lang book, etc.

@alexpw alexpw marked this pull request as draft May 8, 2023 05:56
@alexpw
Copy link
Contributor Author

alexpw commented May 8, 2023

Pulled back in to draft because it's currently not handling this case correctly.

fn test() {
    let foo = stuff();
   foo != foo;
}

and produces:

fn test() { let foo = stuff();foo != foo;  }

(missing space between semi-colon and extra space before closing curly brace)

Will work on a solution to the above when I get another minute.

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.

toggle_multiline() breaks casting in Rust
1 participant