We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Formatting
fn foo(x: //comment here u32) {}
results in (on playground 1.8.0-nightly (2025-03-22 b48576b4db))
1.8.0-nightly (2025-03-22 b48576b4db)
pub fn foo(x: //comment here u32 ) { }
I agree this is a remarkably weird place to put a comment, but it should at least not result in breaking compilation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Formatting
results in (on playground
1.8.0-nightly (2025-03-22 b48576b4db)
)I agree this is a remarkably weird place to put a comment, but it should at least not result in breaking compilation.
The text was updated successfully, but these errors were encountered: