diff options
| author | bors <bors@rust-lang.org> | 2013-03-20 06:45:51 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-20 06:45:51 -0700 |
| commit | 63a292fd8686f56efe7836aef46709a063efab4e (patch) | |
| tree | 18d2da888a1c14d637900649ff426631f0178390 /src/libsyntax/syntax.rc | |
| parent | c2024306874475b649f28145c75e124a247ee113 (diff) | |
| parent | 3042321b3bf6bc9435c274f278798871959ce58b (diff) | |
| download | rust-63a292fd8686f56efe7836aef46709a063efab4e.tar.gz rust-63a292fd8686f56efe7836aef46709a063efab4e.zip | |
auto merge of #5434 : apasel422/rust/deriving, r=nikomatsakis
This is the first step in refactoring the deriving code in libsyntax. No code is changed, just rearranged.
Diffstat (limited to 'src/libsyntax/syntax.rc')
| -rw-r--r-- | src/libsyntax/syntax.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax/syntax.rc b/src/libsyntax/syntax.rc index 912846d9f0f..01ed707b0ae 100644 --- a/src/libsyntax/syntax.rc +++ b/src/libsyntax/syntax.rc @@ -64,6 +64,8 @@ pub mod ext { pub mod expand; pub mod quote; + + #[path = "deriving/mod.rs"] pub mod deriving; pub mod build; |
