We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
For some reason the assert!() macro is not following the normal formatting rules:
component is not on a new line and the final ); isn't either. Here's the playground repro by shepmaster: https://play.integer32.com/?version=stable&mode=debug&edition=2018&gist=ffd800255272b66f60170a907f1bc8e2
The text was updated successfully, but these errors were encountered:
Add test cases for fixed issues
00b2470
The cases with `hard_tabs: true` were fixed in 2836f9b. Not sure about the rest, but this suggests a number of open issues are already resolved. Closes rust-lang#3608 Closes rust-lang#3550 Closes rust-lang#3638 Closes rust-lang#3858 Closes rust-lang#3936
aac7f91
Successfully merging a pull request may close this issue.
For some reason the assert!() macro is not following the normal formatting rules:

component is not on a new line and the final ); isn't either. Here's the playground repro by shepmaster: https://play.integer32.com/?version=stable&mode=debug&edition=2018&gist=ffd800255272b66f60170a907f1bc8e2
The text was updated successfully, but these errors were encountered: