roc/compiler/parse/tests
Joshua Warner f22f96843e Refactor ParseProblem
* Remove the `pos` field, which was always being assigned Position::default()
* Remove one use of this `pos`, by removing the never-used SyntaxError::ConditionFailed variant
* Adjust the other use to do what was probably intended - which is to say, pointing to the beginning of the def with the error
* Rename to FileError, reuse `SourceError` as an inner field, to avoid duplicating the `bytes`
2022-01-03 20:10:50 -08:00
..
snapshots Refactor ParseProblem 2022-01-03 20:10:50 -08:00
test_parse.rs Simplify advancing 2022-01-01 18:20:05 -08:00