Function std::intrinsics::return_addressUnstable [-] [+] [src]

pub unsafe fn return_address() -> *const u8

Gives the address for the return value of the enclosing function.

Using this intrinsic in a function that does not use an out pointer will trigger a compiler error.