Skip to content

Commit ad8a3f4

Browse files
committed
---
yaml --- r: 126025 b: refs/heads/try c: 4d472ff h: refs/heads/master i: 126023: dddcb03 v: v3
1 parent b591da8 commit ad8a3f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: f2fa55903e378368ed9173560f03a0ef16e371c2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5-
refs/heads/try: 3b7c25ce5b0b2bada6a45036a6455ed916b0b8e6
5+
refs/heads/try: 4d472ff1be571cc20d89ddc97d22c9903b6c3aa8
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libsyntax/ext/quote.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ pub mod rt {
144144
impl_to_source!(Generics, generics_to_string)
145145
impl_to_source!(Gc<ast::Item>, item_to_string)
146146
impl_to_source!(Gc<ast::Method>, method_to_string)
147+
impl_to_source!(Gc<ast::Stmt>, stmt_to_string)
147148
impl_to_source!(Gc<ast::Expr>, expr_to_string)
148149
impl_to_source!(Gc<ast::Pat>, pat_to_string)
149150
impl_to_source_slice!(ast::Ty, ", ")
@@ -244,6 +245,7 @@ pub mod rt {
244245
impl_to_tokens!(ast::Ty)
245246
impl_to_tokens_lifetime!(&'a [ast::Ty])
246247
impl_to_tokens!(Generics)
248+
impl_to_tokens!(Gc<ast::Stmt>)
247249
impl_to_tokens!(Gc<ast::Expr>)
248250
impl_to_tokens!(ast::Block)
249251
impl_to_tokens!(ast::Arg)

0 commit comments

Comments
 (0)