mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
functional structure update syntax -> structure update syntax
This commit is contained in:
@@ -2236,8 +2236,7 @@ pub fn parse_bottom_expr(&mut self) -> PResult<P<Expr>> {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user