Skip to content

Commit 14acac5

Browse files
committed
---
yaml --- r: 194499 b: refs/heads/tmp c: a17f556 h: refs/heads/master i: 194497: d47ae0c 194495: a04c0f0 v: v3
1 parent 6501bad commit 14acac5

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
@@ -34,7 +34,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: a3b13610c5b93d9ada072471a001a5613df6a960
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 4ec07ed29a835e091051bd0a92f7f8a8cd22ad42
37+
refs/heads/tmp: a17f5563b855cfaa1be0c1564a1e484dbb8e97a2
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 123a754cb8356d0e78837dd4e58103ad801309ff
4040
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ pub mod rt {
171171
}
172172
}
173173

174+
impl_to_source! { ast::Path, path_to_string }
174175
impl_to_source! { ast::Ty, ty_to_string }
175176
impl_to_source! { ast::Block, block_to_string }
176177
impl_to_source! { ast::Arg, arg_to_string }
@@ -310,6 +311,7 @@ pub mod rt {
310311
}
311312

312313
impl_to_tokens! { ast::Ident }
314+
impl_to_tokens! { ast::Path }
313315
impl_to_tokens! { P<ast::Item> }
314316
impl_to_tokens! { P<ast::ImplItem> }
315317
impl_to_tokens! { P<ast::TraitItem> }

0 commit comments

Comments
 (0)