diff options
| author | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2012-12-17 19:31:04 -0800 |
|---|---|---|
| committer | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2012-12-17 20:00:36 -0800 |
| commit | 8650c6f683cf43e9ced27e81945c20234d2bb61c (patch) | |
| tree | bd2e18afb29e2d998bf2a4e55f47c43867026901 /src/libsyntax/ext | |
| parent | ec9305802ba1bde2d0de34278395379de69f3468 (diff) | |
Switch from serialization to std::serialize. (snapshot)
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/expand.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index a35f351451b..a65f5f33512 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -77,7 +77,7 @@ fn expand_expr(exts: HashMap<~str, syntax_extension>, cx: ext_ctxt, } // This is a secondary mechanism for invoking syntax extensions on items: -// "decorator" attributes, such as #[auto_serialize]. These are invoked by an +// "decorator" attributes, such as #[auto_encode]. These are invoked by an // attribute prefixing an item, and are interpreted by feeding the item // through the named attribute _as a syntax extension_ and splicing in the // resulting item vec into place in favour of the decorator. Note that |
