roc/compiler/parse/tests/snapshots/fail
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
..
type_argument_no_arrow.expr.result-ast Refactor ParseProblem 2022-01-03 20:10:50 -08:00
type_argument_no_arrow.expr.roc Add a couple failing parser tests 2021-12-17 15:09:15 -08:00
type_double_comma.expr.result-ast Refactor ParseProblem 2022-01-03 20:10:50 -08:00
type_double_comma.expr.roc Add a couple failing parser tests 2021-12-17 15:09:15 -08:00