about summary refs log tree commit diff
path: root/src/libsyntax/errors
diff options
context:
space:
mode:
authorJan Likar <likar.jan@gmail.com>2015-08-04 20:22:42 +0200
committerJan Likar <likar.jan@gmail.com>2015-08-04 20:22:42 +0200
commitc1f938d7b834852aede4f865a18ee2226668a8e6 (patch)
treebd5a4dbb8e122b9aaaddb017402a0b9a1783b4af /src/libsyntax/errors
parent4b79add08653d89f08e5a5c94c2132515a1aa30f (diff)
downloadrust-c1f938d7b834852aede4f865a18ee2226668a8e6.tar.gz
rust-c1f938d7b834852aede4f865a18ee2226668a8e6.zip
Rearrange sections in "Patterns"
  - Move "Destructuring" after "Multiple patterns", because some of
    later sections include examples which make use of destructuring.

  - Move "Ignoring bindings" after "Destructoring", because the former
    features Result<T,E> destructuring. Some of examples in later
    sections use "_" and "..", so "Ignoring bindings" must be
    positioned before them.

  - Fix #27347 by moving "Ref and mut ref" before "Ranges" and
    "Bindings", because "Bindings" section includes a somewhat
    difficult example, which also makes use of "ref" and "mut ref"
    operators.
Diffstat (limited to 'src/libsyntax/errors')
0 files changed, 0 insertions, 0 deletions