Add quote macro

This commit is contained in:
Edwin Cheng 2019-11-11 14:14:39 +08:00
parent c46768d13d
commit 1637a8a590
2 changed files with 262 additions and 0 deletions

View file

@ -11,6 +11,7 @@ pub mod name;
pub mod hygiene;
pub mod diagnostics;
pub mod builtin_macro;
pub mod quote;
use std::hash::{Hash, Hasher};
use std::sync::Arc;