Skip to content

Commit 96b8431

Browse files
committed
---
yaml --- r: 63875 b: refs/heads/snap-stage3 c: 95d22a3 h: refs/heads/master i: 63873: f83029f 63871: 2ae6147 v: v3
1 parent 936f269 commit 96b8431

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1662bd371c22ba5d476c0c9024fdd99534fc7867
4+
refs/heads/snap-stage3: 95d22a3c814ce050c55d94f5eb1651bea26a1a4b
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/middle/trans/callee.rs

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
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

1922
use back::abi;
2023
use driver::session;

0 commit comments

Comments
 (0)