diff options
| author | reedlepee <reedlepee123@gmail.com> | 2013-10-29 05:40:32 +0530 |
|---|---|---|
| committer | reedlepee <reedlepee123@gmail.com> | 2013-10-29 21:16:02 +0530 |
| commit | 6e0737771552ddb3206f32877ede30597f952aa3 (patch) | |
| tree | 4509d38ecaec074ac976da69574470428b041d7f /src/libsyntax/parse/parser.rs | |
| parent | b7e9b0ce32416161cbef7779941e1697bcbf88ee (diff) | |
| download | rust-6e0737771552ddb3206f32877ede30597f952aa3.tar.gz rust-6e0737771552ddb3206f32877ede30597f952aa3.zip | |
Changed name to non_copyable #7427
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -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 8a2d22dd3b2..c5bdc379dba 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -341,7 +341,7 @@ pub struct Parser { /// Stack of spans of open delimiters. Used for error message. open_braces: @mut ~[Span] /* do not copy the parser; its state is tied to outside state */ - priv new_field: util::NonCopyable + priv non_copyable: util::NonCopyable } |
