]> git.lizzy.rs Git - rust.git/commit
auto merge of #14388 : kballard/rust/nonfatal_lexer_errors, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 24 May 2014 07:01:25 +0000 (00:01 -0700)
committerbors <bors@rust-lang.org>
Sat, 24 May 2014 07:01:25 +0000 (00:01 -0700)
commit6cf430147e35bbf902cf4539349621ed559d0ddb
tree315ec9270979c371e2179f70c49d2c0a52972b1b
parent3bec8d724638da22c3d54f2357442cef88d10b1e
parent4c9dace5d56123eef470896110f593af93180c45
auto merge of #14388 : kballard/rust/nonfatal_lexer_errors, r=alexcrichton

Most errors that arise in the lexer can be recovered from. This allows
for more than one syntax error to be reported at a time.