From cd9c9f048f6aa0be091cd9835771ba0712bead4e Mon Sep 17 00:00:00 2001 From: christopherdumas Date: Wed, 2 Sep 2015 13:25:01 -0700 Subject: [PATCH] functional structure update syntax -> structure update syntax --- src/libsyntax/parse/parser.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 5017d079480..1985c91c921 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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;