Skip to content

Commit

Permalink
remove no_mangle from the asm-naked-function test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Oct 13, 2024
1 parent a65a1fc commit a7989cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ui/asm/naked-functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ pub unsafe extern "C" fn compatible_must_use_attributes() -> u64 {

#[export_name = "exported_function_name"]
#[link_section = ".custom_section"]
#[no_mangle]
#[naked]
pub unsafe extern "C" fn compatible_ffi_attributes_1() {
naked_asm!("", options(raw));
Expand Down

0 comments on commit a7989cb

Please sign in to comment.