Added the comment #7427

This commit is contained in:
reedlepee 2013-10-29 05:20:21 +05:30
parent 83cdae63e8
commit b7e9b0ce32
1 changed files with 1 additions and 1 deletions

View File

@ -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
}