1
Fork 0

Add module ext::placeholders with placeholder() and PlaceholderExpander.

This commit is contained in:
Jeffrey Seyfried 2016-08-29 05:32:41 +00:00
parent 7a3ae576fa
commit c07ff8d26a
3 changed files with 182 additions and 39 deletions

View file

@ -126,6 +126,7 @@ pub mod ext {
pub mod base;
pub mod build;
pub mod expand;
pub mod placeholders;
pub mod hygiene;
pub mod proc_macro_shim;
pub mod quote;