Skip to content

Commit

Permalink
Added the comment #7427
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlepee123 committed Oct 29, 2013
1 parent 83cdae6 commit b7e9b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/parse/parser.rs
Expand Up @@ -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
}

Expand Down

0 comments on commit b7e9b0c

Please sign in to comment.