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

Use appropriate rustfmt --format ... param #3063

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Dec 27, 2024

This fixes the issue with c-string literals which require edition 2021. Now the edition is automatically computed if not specified.

Fixes #3047

This fixes the issue with c-string literals which require edition 2021. Now the edition is automatically computed if not specified.
@pvdrz pvdrz added this pull request to the merge queue Jan 2, 2025
Merged via the queue into rust-lang:main with commit 59a43e1 Jan 2, 2025
34 checks passed
@nyurik nyurik deleted the fmt-edition branch January 9, 2025 03:29
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.

Using generate_cstr(true) breaks output format
2 participants