diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2015-03-30 09:38:59 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2015-04-01 11:22:39 -0400 |
| commit | 49b76a087bbbca3771c8b98125ecb59f7bfe80e6 (patch) | |
| tree | 3a57e7833d39bd630cb41410cb146c20558d07a8 /src/libsyntax/ext/mtwt.rs | |
| parent | d9530c01a71954a5497cbb5f97deb9ce2bdf794a (diff) | |
| download | rust-49b76a087bbbca3771c8b98125ecb59f7bfe80e6.tar.gz rust-49b76a087bbbca3771c8b98125ecb59f7bfe80e6.zip | |
Fallout in libsyntax
Diffstat (limited to 'src/libsyntax/ext/mtwt.rs')
| -rw-r--r-- | src/libsyntax/ext/mtwt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/mtwt.rs b/src/libsyntax/ext/mtwt.rs index a2023d6832e..f514f72d565 100644 --- a/src/libsyntax/ext/mtwt.rs +++ b/src/libsyntax/ext/mtwt.rs @@ -38,7 +38,7 @@ pub struct SCTable { rename_memo: RefCell<HashMap<(SyntaxContext,Ident,Name),SyntaxContext>>, } -#[derive(PartialEq, RustcEncodable, RustcDecodable, Hash, Debug, Copy)] +#[derive(PartialEq, RustcEncodable, RustcDecodable, Hash, Debug, Copy, Clone)] pub enum SyntaxContext_ { EmptyCtxt, Mark (Mrk,SyntaxContext), |
