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
extern "C++"
extern "Rust"
type
unsafe extern
unsafe mod
unsafe
The text was updated successfully, but these errors were encountered:
dtolnay
No branches or pull requests
Fails with "invalid ABI" onextern "C++"
block — Allow arbitrary extern ABI rust-lang/rustfmt#4086Replaces anyextern "C++"
block withextern "Rust"
— Allow arbitrary extern ABI rust-lang/rustfmt#4086 (comment)Deletes rhs from externtype
declaration — Rustfmt destroys extern types that have generics or rhs rust-lang/rustfmt#4159Fails on input containingunsafe extern
orunsafe mod
Deletesunsafe
keyword on extern fn signatures (among other things) — Async gets removed from extern blocks. rust-lang/rustfmt#4288The text was updated successfully, but these errors were encountered: