File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/snap-stage3/src/libsyntax/ext Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 7be8f0af0393dcdb077c2f6b1653836fd3fba235
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 3b7c25ce5b0b2bada6a45036a6455ed916b0b8e6
4
+ refs/heads/snap-stage3: 4d472ff1be571cc20d89ddc97d22c9903b6c3aa8
5
5
refs/heads/try: 502e4c045236682e9728539dc0d2b3d0b237f55c
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ pub mod rt {
144
144
impl_to_source ! ( Generics , generics_to_string)
145
145
impl_to_source ! ( Gc <ast:: Item >, item_to_string)
146
146
impl_to_source ! ( Gc <ast:: Method >, method_to_string)
147
+ impl_to_source ! ( Gc <ast:: Stmt >, stmt_to_string)
147
148
impl_to_source ! ( Gc <ast:: Expr >, expr_to_string)
148
149
impl_to_source ! ( Gc <ast:: Pat >, pat_to_string)
149
150
impl_to_source_slice ! ( ast:: Ty , ", " )
@@ -244,6 +245,7 @@ pub mod rt {
244
245
impl_to_tokens ! ( ast:: Ty )
245
246
impl_to_tokens_lifetime ! ( & ' a [ ast:: Ty ] )
246
247
impl_to_tokens ! ( Generics )
248
+ impl_to_tokens ! ( Gc <ast:: Stmt >)
247
249
impl_to_tokens ! ( Gc <ast:: Expr >)
248
250
impl_to_tokens ! ( ast:: Block )
249
251
impl_to_tokens ! ( ast:: Arg )
You can’t perform that action at this time.
0 commit comments