Skip to content

Commit c36e08c

Browse files
committed
---
yaml --- r: 173451 b: refs/heads/snap-stage3 c: 388e30f h: refs/heads/master i: 173449: 31f8ccf 173447: 67aa9a0 v: v3
1 parent 8b3fda4 commit c36e08c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 896cb36ecab3eaeb7f101087e030e43771eca5ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 9eec782774af30f95f51d7adbd881c13014fe146
4+
refs/heads/snap-stage3: 388e30f78e545deb798f8cd6192cf939e5d8342a
55
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libcore/marker.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ pub struct InvariantLifetime<'a>;
286286
#[unstable = "likely to change with new variance strategy"]
287287
#[lang="no_send_bound"]
288288
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
289+
#[cfg(stage0)] // NOTE remove impl after next snapshot
289290
pub struct NoSend;
290291

291292
/// A type which is considered "not POD", meaning that it is not
@@ -303,6 +304,7 @@ pub struct NoCopy;
303304
#[unstable = "likely to change with new variance strategy"]
304305
#[lang="no_sync_bound"]
305306
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
307+
#[cfg(stage0)] // NOTE remove impl after next snapshot
306308
pub struct NoSync;
307309

308310
/// A type which is considered managed by the GC. This is typically

0 commit comments

Comments
 (0)