diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-03-10 23:13:36 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-03-16 21:57:42 -0500 |
| commit | 8afcaabee32fb41eaf065041d7510c6762f12822 (patch) | |
| tree | 3e276fa5f1927f2e69c40689ebd638bce37f08ff /src/libstd/rt | |
| parent | 633c593bc3f9787decfaf943cdc5659f132ade50 (diff) | |
| download | rust-8afcaabee32fb41eaf065041d7510c6762f12822.tar.gz rust-8afcaabee32fb41eaf065041d7510c6762f12822.zip | |
impl<T> *const T, impl<T> *mut T
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/at_exit_imp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/rt/at_exit_imp.rs b/src/libstd/rt/at_exit_imp.rs index 08755ba829f..f6bb87f011d 100644 --- a/src/libstd/rt/at_exit_imp.rs +++ b/src/libstd/rt/at_exit_imp.rs @@ -12,6 +12,7 @@ //! //! Documentation can be found on the `rt::at_exit` function. +#[cfg(stage0)] use core::prelude::*; use boxed; |
