File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/tmp/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 @@ -34,7 +34,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: a3b13610c5b93d9ada072471a001a5613df6a960
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: 4ec07ed29a835e091051bd0a92f7f8a8cd22ad42
37
+ refs/heads/tmp: a17f5563b855cfaa1be0c1564a1e484dbb8e97a2
38
38
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
39
39
refs/tags/homu-tmp: 123a754cb8356d0e78837dd4e58103ad801309ff
40
40
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ pub mod rt {
171
171
}
172
172
}
173
173
174
+ impl_to_source ! { ast:: Path , path_to_string }
174
175
impl_to_source ! { ast:: Ty , ty_to_string }
175
176
impl_to_source ! { ast:: Block , block_to_string }
176
177
impl_to_source ! { ast:: Arg , arg_to_string }
@@ -310,6 +311,7 @@ pub mod rt {
310
311
}
311
312
312
313
impl_to_tokens ! { ast:: Ident }
314
+ impl_to_tokens ! { ast:: Path }
313
315
impl_to_tokens ! { P <ast:: Item > }
314
316
impl_to_tokens ! { P <ast:: ImplItem > }
315
317
impl_to_tokens ! { P <ast:: TraitItem > }
You can’t perform that action at this time.
0 commit comments