Skip to content

Commit 6389766

Browse files
committed
---
yaml --- r: 2987 b: refs/heads/master c: beda82d h: refs/heads/master i: 2985: 3f3d84d 2983: 585b70d v: v3
1 parent c1b1b56 commit 6389766

File tree

7 files changed

+424
-155
lines changed

7 files changed

+424
-155
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 43fbb071261113a87dec53c3b923d3cbf71189bd
2+
refs/heads/master: beda82ddf1f482f286a8d9af3402626dc56d6fea

trunk/src/comp/front/ast.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ type ident = str;
1111
type path_ = rec(vec[ident] idents, vec[@ty] types);
1212
type path = spanned[path_];
1313

14+
fn path_name(&path p) -> str {
15+
ret str::connect(p.node.idents, "::");
16+
}
17+
1418
type crate_num = int;
1519
const crate_num local_crate = 0;
1620
type def_num = int;

0 commit comments

Comments
 (0)