about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index 8a2d22dd3b2..c5bdc379dba 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -341,7 +341,7 @@ pub struct Parser {
     /// Stack of spans of open delimiters. Used for error message.
     open_braces: @mut ~[Span]
     /* do not copy the parser; its state is tied to outside state */
-    priv new_field: util::NonCopyable
+    priv non_copyable: util::NonCopyable
 }