core::intrinsics::return_address
[−]
[src]
pub unsafe extern "rust-intrinsic" fn return_address() -> *const u8
Unstable
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.