mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 21:16:50 +00:00
functional structure update syntax -> structure update syntax
This commit is contained in:
parent
f84d53ca0a
commit
cd9c9f048f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user