diff options
| author | reedlepee <reedlepee123@gmail.com> | 2013-10-29 05:20:21 +0530 |
|---|---|---|
| committer | reedlepee <reedlepee123@gmail.com> | 2013-10-29 21:16:02 +0530 |
| commit | b7e9b0ce32416161cbef7779941e1697bcbf88ee (patch) | |
| tree | 5961cc6471bb6f4535ef5356cdfcb696723c51b1 /src/libsyntax | |
| parent | 83cdae63e8c3428c3dd5c127f349cf8d4416ff5b (diff) | |
| download | rust-b7e9b0ce32416161cbef7779941e1697bcbf88ee.tar.gz rust-b7e9b0ce32416161cbef7779941e1697bcbf88ee.zip | |
Added the comment #7427
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
