Skip to content

Commit

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


Expand Down

0 comments on commit 6e07377

Please sign in to comment.