Skip to content

Commit efca8ab

Browse files
committed
---
yaml --- r: 190431 b: refs/heads/snap-stage3 c: 17358d1 h: refs/heads/master i: 190429: 9161cc2 190427: ea11138 190423: 1fc1719 190415: 502dfb2 190399: 298d5cd v: v3
1 parent 425c5d5 commit efca8ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 857ac28867722111249b5c3ef68e32499bd11ea0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 4e789e03be332c73836aae018eb83a47bc82d3c9
4+
refs/heads/snap-stage3: 17358d1d2152710feb911fe1c02fcaeba3de4b17
55
refs/heads/try: 1c28ab65017d74fc13d003f7c7a73d1a48e5406f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc_typeck/coherence/orphan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl<'cx, 'tcx> OrphanChecker<'cx, 'tcx> {
155155
// We only want to permit structs/enums, but not *all* structs/enums.
156156
// They must be local to the current crate, so that people
157157
// can't do `unsafe impl Send for Rc<SomethingLocal>` or
158-
// `unsafe impl !Send for Box<SomethingLocalAndSend>`.
158+
// `impl !Send for Box<SomethingLocalAndSend>`.
159159
Some(self_def_id) => {
160160
if self_def_id.krate == ast::LOCAL_CRATE {
161161
None

0 commit comments

Comments
 (0)