mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Report import ending syntax error
This commit is contained in:
parent
8418610dd9
commit
bfb77b78cb
3 changed files with 53 additions and 4 deletions
|
@ -548,6 +548,7 @@ pub enum EImport<'a> {
|
|||
IndentAnnotation(Position),
|
||||
Annotation(EType<'a>, Position),
|
||||
Space(BadInputError, Position),
|
||||
EndNewline(Position),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue