File tree 1 file changed +10
-7
lines changed
src/librustc/middle/trans
1 file changed +10
-7
lines changed 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