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.
1 parent 5ae0f26 commit b709b87Copy full SHA for b709b87
tests/ui/escape_analysis.rs
@@ -179,3 +179,6 @@ mod issue_3739 {
179
///
180
/// This shouldn't warn for `boxed_local` as it is intended to called from non-Rust code.
181
pub extern "C" fn do_not_warn_me(_c_pointer: Box<String>) -> () {}
182
+
183
+#[rustfmt::skip] // Forces rustfmt to not add ABI
184
+pub extern fn do_not_warn_me_no_abi(_c_pointer: Box<String>) -> () {}
0 commit comments