mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Merge pull request #5795 from FabHof/BadInputError
Implement error messages for (parts of) BadInputError
This commit is contained in:
commit
a564876631
4 changed files with 84 additions and 21 deletions
|
@ -49,7 +49,6 @@ impl Progress {
|
|||
pub enum SyntaxError<'a> {
|
||||
Unexpected(Region),
|
||||
OutdentedTooFar,
|
||||
TooManyLines,
|
||||
Eof(Region),
|
||||
InvalidPattern,
|
||||
BadUtf8,
|
||||
|
@ -266,10 +265,6 @@ pub enum BadInputError {
|
|||
HasTab,
|
||||
HasMisplacedCarriageReturn,
|
||||
HasAsciiControl,
|
||||
///
|
||||
TooManyLines,
|
||||
///
|
||||
///
|
||||
BadUtf8,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue