diff options
Diffstat (limited to 'src/libcore/intrinsics.rs')
| -rw-r--r-- | src/libcore/intrinsics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs index 1dd3d6ce9db..84827c63572 100644 --- a/src/libcore/intrinsics.rs +++ b/src/libcore/intrinsics.rs @@ -314,7 +314,6 @@ extern "rust-intrinsic" { /// /// Using this instrinsic in a function that does not use an out pointer /// will trigger a compiler error. - #[cfg(not(stage0))] pub fn return_address() -> *const u8; /// Returns `true` if a type requires drop glue. |
