Skip to content

Commit

Permalink
functional structure update syntax -> structure update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdumas committed Sep 6, 2015
1 parent f84d53c commit cd9c9f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libsyntax/parse/parser.rs
Expand Up @@ -2236,8 +2236,7 @@ impl<'a> Parser<'a> {
self.span_err(last_span,
"structure literal must either \
have at least one field or use \
functional structure update \
syntax");
structure update syntax");
}

hi = self.span.hi;
Expand Down

0 comments on commit cd9c9f0

Please sign in to comment.