about summary refs log tree commit diff
path: root/src/libsyntax/parse/diagnostics.rs
AgeCommit message (Collapse)AuthorLines
2019-05-01move some functions from parser.rs to diagostics.rsAndrew Xu-0/+226
parser.rs is too big. Some functions only for error reporting and error recovery are being moved to diagostics.rs.