Skip to content

Commit c0ce6cf

Browse files
committed
---
yaml --- r: 189405 b: refs/heads/master c: 17358d1 h: refs/heads/master i: 189403: e987367 v: v3
1 parent 5511639 commit c0ce6cf

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,5 +1,5 @@
11
---
2-
refs/heads/master: 4e789e03be332c73836aae018eb83a47bc82d3c9
2+
refs/heads/master: 17358d1d2152710feb911fe1c02fcaeba3de4b17
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
55
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1

trunk/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)