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.
no_mangle
1 parent a65a1fc commit a7989cbCopy full SHA for a7989cb
tests/ui/asm/naked-functions.rs
@@ -219,7 +219,6 @@ pub unsafe extern "C" fn compatible_must_use_attributes() -> u64 {
219
220
#[export_name = "exported_function_name"]
221
#[link_section = ".custom_section"]
222
-#[no_mangle]
223
#[naked]
224
pub unsafe extern "C" fn compatible_ffi_attributes_1() {
225
naked_asm!("", options(raw));
0 commit comments