File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
branches/snap-stage3/src/librustc/middle/trans Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 1662bd371c22ba5d476c0c9024fdd99534fc7867
4
+ refs/heads/snap-stage3: 95d22a3c814ce050c55d94f5eb1651bea26a1a4b
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //!
12
- //
13
- // Handles translation of callees as well as other call-related
14
- // things. Callees are a superset of normal rust values and sometimes
15
- // have different representations. In particular, top-level fn items
16
- // and methods are represented as just a fn ptr and not a full
17
- // closure.
11
+ /*!
12
+ *
13
+ * Handles translation of callees as well as other call-related
14
+ * things. Callees are a superset of normal rust values and sometimes
15
+ * have different representations. In particular, top-level fn items
16
+ * and methods are represented as just a fn ptr and not a full
17
+ * closure.
18
+ */
19
+
20
+ use std:: vec;
18
21
19
22
use back:: abi;
20
23
use driver:: session;
You can’t perform that action at this time.
0 commit comments