Skip to content

Commit b7e9b0c

Browse files
committed
Added the comment #7427
1 parent 83cdae6 commit b7e9b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ pub struct Parser {
340340
mod_path_stack: @mut ~[@str],
341341
/// Stack of spans of open delimiters. Used for error message.
342342
open_braces: @mut ~[Span]
343-
/// removed empty drop function and added a priv new_field of type std::util::NonCopyable
343+
/* do not copy the parser; its state is tied to outside state */
344344
priv new_field: util::NonCopyable
345345
}
346346

0 commit comments

Comments
 (0)