We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cdae6 commit b7e9b0cCopy full SHA for b7e9b0c
src/libsyntax/parse/parser.rs
@@ -340,7 +340,7 @@ pub struct Parser {
340
mod_path_stack: @mut ~[@str],
341
/// Stack of spans of open delimiters. Used for error message.
342
open_braces: @mut ~[Span]
343
- /// 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 */
344
priv new_field: util::NonCopyable
345
}
346
0 commit comments