]> git.lizzy.rs Git - rust.git/commit
move some functions from parser.rs to diagostics.rs
authorAndrew Xu <andrewxuyuan@gmail.com>
Sun, 28 Apr 2019 05:28:07 +0000 (13:28 +0800)
committerAndrew Xu <andrewxuyuan@gmail.com>
Wed, 1 May 2019 11:54:48 +0000 (19:54 +0800)
commitd3fff6cda7e56488566b6b82c494e6075d2d9988
treee4a4644bfab473861e190460df0623bd90760c6f
parent272000c94edda10d3ccd7042d2b9914c2c974f29
move some functions from parser.rs to diagostics.rs

parser.rs is too big. Some functions only for error reporting and error
recovery are being moved to diagostics.rs.
src/libsyntax/parse/diagnostics.rs [new file with mode: 0644]
src/libsyntax/parse/mod.rs
src/libsyntax/parse/parser.rs