diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-19 10:00:21 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-19 10:00:21 -0700 |
| commit | b94075c9cefb3baedd4b0c01c9c11393e83ea66a (patch) | |
| tree | a9a3a4450b20356caa2048b03491944560f14df0 /src/libsyntax/ast.rs | |
| parent | 129aff7d97432d326891ef23397e814841cc754a (diff) | |
| parent | f1a8f53cf10c2a68342aac70c5a706a865300bb4 (diff) | |
| download | rust-b94075c9cefb3baedd4b0c01c9c11393e83ea66a.tar.gz rust-b94075c9cefb3baedd4b0c01c9c11393e83ea66a.zip | |
rollup merge of #17314 : eddyb/span-no-gc
Diffstat (limited to 'src/libsyntax/ast.rs')
| -rw-r--r-- | src/libsyntax/ast.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index e74222fac09..81f5209ccd9 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -1370,7 +1370,7 @@ mod test { inner: Span { lo: BytePos(11), hi: BytePos(19), - expn_info: None, + expn_id: NO_EXPANSION, }, view_items: Vec::new(), items: Vec::new(), @@ -1380,7 +1380,7 @@ mod test { span: Span { lo: BytePos(10), hi: BytePos(20), - expn_info: None, + expn_id: NO_EXPANSION, }, exported_macros: Vec::new(), }; |
