SyntaxError
commit2ebbc696a33763e9a00daf494835c9327c3699b7
authorKasper Kopec <kasper@fb.com>
Fri, 12 Apr 2019 23:23:24 +0000 (12 16:23 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 12 Apr 2019 23:30:50 +0000 (12 16:30 -0700)
treec9a7ef9eb89c7ee9283fb905faad77fe9ae90ab1
parentaa342a4e524f0b910016eac901d6ad6eb8470826
SyntaxError

Summary:
Not all errors, but all that end up being used in parser (the rest would bit-rot without being exercised).

(Note: this ignores all push blocking failures!)

Reviewed By: losvald

Differential Revision: D14764721

fbshipit-source-id: f6e6b7409e081d03e4c59a2aa2194eeb5cd199e7
hphp/hack/src/parser/lib.rs
hphp/hack/src/parser/syntax_error.rs [new file with mode: 0644]