We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408eef0 commit 7f3752cCopy full SHA for 7f3752c
src/libstd/managed.rs
@@ -17,7 +17,6 @@ use ptr::to_unsafe_ptr;
17
pub mod raw {
18
use std::unstable::intrinsics::TyDesc;
19
20
- pub static RC_EXCHANGE_UNIQUE : uint = (-1) as uint;
21
pub static RC_MANAGED_UNIQUE : uint = (-2) as uint;
22
pub static RC_IMMORTAL : uint = 0x77777777;
23
0 commit comments