Skip to content

Commit cd9c9f0

Browse files
author
christopherdumas
committed
functional structure update syntax -> structure update syntax
1 parent f84d53c commit cd9c9f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,8 +2236,7 @@ impl<'a> Parser<'a> {
22362236
self.span_err(last_span,
22372237
"structure literal must either \
22382238
have at least one field or use \
2239-
functional structure update \
2240-
syntax");
2239+
structure update syntax");
22412240
}
22422241

22432242
hi = self.span.hi;

0 commit comments

Comments
 (0)