]> git.lizzy.rs Git - rust.git/commit
Move path parsing earlier.
authorNicholas Nethercote <nnethercote@mozilla.com>
Tue, 3 Sep 2019 07:21:58 +0000 (17:21 +1000)
committerNicholas Nethercote <nnethercote@mozilla.com>
Tue, 3 Sep 2019 10:15:07 +0000 (20:15 +1000)
commit8c74eb77902dc5c4fdf853e9159dd5fadd00601d
tree8f2ad13b73d82eb16b6f9bf882568c7a229551a1
parentdfd43f0fdd4e6969c7d82c0670d70bf305fbccf8
Move path parsing earlier.

It's a hot enough path that moving it slightly earlier gives a tiny but
easy speedup.
src/libsyntax/parse/parser/expr.rs