diff options
| author | christopherdumas <christopherdumas@me.com> | 2015-09-02 13:25:01 -0700 |
|---|---|---|
| committer | christopherdumas <christopherdumas@me.com> | 2015-09-06 09:13:20 -0700 |
| commit | cd9c9f048f6aa0be091cd9835771ba0712bead4e (patch) | |
| tree | 222943b64dd83944ae0e1d9cd66ffc07e357a292 /src/libsyntax/parse/parser.rs | |
| parent | f84d53ca0afaeac14903d16ab24455f6170795e1 (diff) | |
| download | rust-cd9c9f048f6aa0be091cd9835771ba0712bead4e.tar.gz rust-cd9c9f048f6aa0be091cd9835771ba0712bead4e.zip | |
functional structure update syntax -> structure update syntax
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 3 |
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; |
