File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/src/rustc/middle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: a7c4c18667913088014197a632d6d06e8ea21141
5
+ refs/heads/try: c9cf73f0a8ad09ed9c032ce01683fcaa19389d6a
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ enum sty {
246
246
247
247
ty_type, // type_desc*
248
248
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
250
250
ty_constr( t , [ @type_constr ] ) ,
251
251
ty_opaque_closure_ptr( closure_kind ) , // ptr to env for fn, fn@, fn~
252
252
}
You can’t perform that action at this time.
0 commit comments