Skip to content

Commit a71f899

Browse files
committed
---
yaml --- r: 174179 b: refs/heads/batch c: 388e30f h: refs/heads/master i: 174177: 0ea58b1 174175: 6a77c5b v: v3
1 parent b933ff5 commit a71f899

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
@@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
3030
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32-
refs/heads/batch: 9eec782774af30f95f51d7adbd881c13014fe146
32+
refs/heads/batch: 388e30f78e545deb798f8cd6192cf939e5d8342a
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/batch/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)