File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
branches/dist-snap/src/librustc Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
9
refs/heads/incoming: 44d4d6de762f3f9aae1fedcf454c66b79b3ad58d
10
- refs/heads/dist-snap: aed94a3eb169a551e88889f822db394ed8b8ba58
10
+ refs/heads/dist-snap: 8bf38b26eef8f46ada1e9c06225591254c3c1a33
11
11
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
12
12
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
13
13
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ mod test {
336
336
use syntax:: ast;
337
337
use syntax:: ast_util;
338
338
339
- fn make_crate_type_attr ( t : ~str ) -> ast:: attribute {
339
+ fn make_crate_type_attr ( + t : ~str ) -> ast:: attribute {
340
340
ast_util:: respan ( ast_util:: dummy_sp ( ) , {
341
341
style: ast:: attr_outer,
342
342
value: ast_util:: respan ( ast_util:: dummy_sp ( ) ,
Original file line number Diff line number Diff line change @@ -1038,7 +1038,7 @@ trait fake_ext_ctxt {
1038
1038
fn cfg ( ) -> ast:: crate_cfg ;
1039
1039
fn parse_sess ( ) -> parse:: parse_sess ;
1040
1040
fn call_site ( ) -> span ;
1041
- fn ident_of ( st : ~str ) -> ast:: ident ;
1041
+ fn ident_of ( + st : ~str ) -> ast:: ident ;
1042
1042
}
1043
1043
1044
1044
#[ cfg( test) ]
@@ -1055,7 +1055,7 @@ impl fake_session: fake_ext_ctxt {
1055
1055
expn_info : None
1056
1056
}
1057
1057
}
1058
- fn ident_of ( st : ~str ) -> ast:: ident {
1058
+ fn ident_of ( + st : ~str ) -> ast:: ident {
1059
1059
self . interner . intern ( @st)
1060
1060
}
1061
1061
}
You can’t perform that action at this time.
0 commit comments