Skip to content

Commit ec7bdeb

Browse files
committed
Fix call to core::intrinsics::return_address() according to the new signature
1 parent 15a5876 commit ec7bdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/core/src/arch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ pub fn breakpoint() {
9393
/// ```
9494
#[unstable(feature = "return_address", issue = "154966")]
9595
#[allow_internal_unstable(core_intrinsics)]
96-
pub macro return_address() {{ core::intrinsics::return_address::<()>() }}
96+
pub macro return_address() {{ core::intrinsics::return_address() }}

0 commit comments

Comments
 (0)