mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
* 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` |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||