diff options
| author | Michael Woerister <michaelwoerister@gmail> | 2013-09-04 19:31:13 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@gmail> | 2013-09-04 19:31:13 +0200 |
| commit | 5b94ae93f3d00f5afe3f1d957aad76173ed7e705 (patch) | |
| tree | a0e594941aba0a42c48f723ca6a491cb5bd37838 /src/libsyntax | |
| parent | c49eb075dbb8b1921b3056e0fb1cb87fc0397e15 (diff) | |
| download | rust-5b94ae93f3d00f5afe3f1d957aad76173ed7e705.tar.gz rust-5b94ae93f3d00f5afe3f1d957aad76173ed7e705.zip | |
debuginfo: Fixed some merge fallout
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast_map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast_map.rs b/src/libsyntax/ast_map.rs index 518d0fb0c38..be67998ac5d 100644 --- a/src/libsyntax/ast_map.rs +++ b/src/libsyntax/ast_map.rs @@ -73,7 +73,7 @@ pub enum ast_node { node_variant(variant, @item, @path), node_expr(@Expr), node_stmt(@Stmt), - node_arg(@pat), + node_arg(@Pat), node_local(Ident), node_block(Block), node_struct_ctor(@struct_def, @item, @path), |
