From b7e9b0ce32416161cbef7779941e1697bcbf88ee Mon Sep 17 00:00:00 2001 From: reedlepee Date: Tue, 29 Oct 2013 05:20:21 +0530 Subject: [PATCH] Added the comment #7427 --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 59e92501fc2..8a2d22dd3b2 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -340,7 +340,7 @@ pub struct Parser { mod_path_stack: @mut ~[@str], /// Stack of spans of open delimiters. Used for error message. open_braces: @mut ~[Span] - /// removed empty drop function and added a priv new_field of type std::util::NonCopyable + /* do not copy the parser; its state is tied to outside state */ priv new_field: util::NonCopyable }