Fix custom deriving tests

This commit is contained in:
Seo Sanghyeon
2015-12-11 16:40:25 +09:00
parent bb21b6738a
commit 9410bfa0cd
3 changed files with 10 additions and 6 deletions

View File

@@ -46,12 +46,14 @@ mod asm;
mod cfg;
mod concat;
mod concat_idents;
mod deriving;
mod env;
mod format;
mod log_syntax;
mod trace_macros;
// for custom_derive
pub mod deriving;
pub fn register_builtins(env: &mut SyntaxEnv) {
// utility function to simplify creating NormalTT syntax extensions
fn builtin_normal_expander(f: MacroExpanderFn) -> SyntaxExtension {