mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
7a1cae59ac
1337: Move syntax errors our of syntax tree r=matklad a=matklad I am not really sure if it's a good idea, but `SyntaxError` do not really belong to a `SyntaxTree`. So let's just store them on the side? Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>