Skip to content

Commit a7989cb

Browse files
committed
remove no_mangle from the asm-naked-function test case
1 parent a65a1fc commit a7989cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/ui/asm/naked-functions.rs

-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ pub unsafe extern "C" fn compatible_must_use_attributes() -> u64 {
219219

220220
#[export_name = "exported_function_name"]
221221
#[link_section = ".custom_section"]
222-
#[no_mangle]
223222
#[naked]
224223
pub unsafe extern "C" fn compatible_ffi_attributes_1() {
225224
naked_asm!("", options(raw));

0 commit comments

Comments
 (0)