summary refs log tree commit diff
path: root/src/libsyntax_pos/fatal_error.rs
AgeCommit message (Collapse)AuthorLines
2019-11-15Move FatalError to syntax_posMark Rousskov-0/+30
This is a bit unfortunate, but code needs to be able to fatally error early on (in particular, syntax_pos after we move SourceMap there). It's also a tiny bit of code, which means it's ultimately not that bad.