Skip to content

Commit 3bcd025

Browse files
committed
---
yaml --- r: 14713 b: refs/heads/try c: c9cf73f h: refs/heads/master i: 14711: 3c5e389 v: v3
1 parent baaa3a5 commit 3bcd025

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: a7c4c18667913088014197a632d6d06e8ea21141
5+
refs/heads/try: c9cf73f0a8ad09ed9c032ce01683fcaa19389d6a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/middle/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ enum sty {
246246

247247
ty_type, // type_desc*
248248
ty_send_type, // type_desc* that has been cloned into exchange heap
249-
ty_opaque_box, // used by monomorphizer to represend any @ box
249+
ty_opaque_box, // used by monomorphizer to represent any @ box
250250
ty_constr(t, [@type_constr]),
251251
ty_opaque_closure_ptr(closure_kind), // ptr to env for fn, fn@, fn~
252252
}

0 commit comments

Comments
 (0)