Auto merge of #28175 - christopherdumas:master, r=nrc

per #28168. This is my first contribution. I don't know who to "r?" for source code changes.
This commit is contained in:
bors 2015-09-07 01:16:38 +00:00
commit 86156ac606

View File

@ -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;