File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
src/librustc/middle/trans Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 88// option. This file may not be copied, modified, or distributed
99// except according to those terms.
1010
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;
1821
1922use back:: abi;
2023use driver:: session;
You can’t perform that action at this time.
0 commit comments