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 d9f9519 commit 26ed117Copy full SHA for 26ed117
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 408eef0d89f4520b5ede7e5868a8ca1bc83795bc
+refs/heads/master: 7f3752c7f95a2439db774d977da0caa299ef48e6
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
trunk/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