Skip to content

Commit a17f556

Browse files
committed
syntax: Allow quotes to insert path
1 parent 4ec07ed commit a17f556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libsyntax/ext/quote.rs

+2
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)