about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorchristopherdumas <christopherdumas@me.com>2015-09-02 13:25:01 -0700
committerchristopherdumas <christopherdumas@me.com>2015-09-06 09:13:20 -0700
commitcd9c9f048f6aa0be091cd9835771ba0712bead4e (patch)
tree222943b64dd83944ae0e1d9cd66ffc07e357a292 /src/libsyntax/parse
parentf84d53ca0afaeac14903d16ab24455f6170795e1 (diff)
downloadrust-cd9c9f048f6aa0be091cd9835771ba0712bead4e.tar.gz
rust-cd9c9f048f6aa0be091cd9835771ba0712bead4e.zip
functional structure update syntax -> structure update syntax
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/parser.rs3
1 files changed, 1 insertions, 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;