mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-16 10:00:15 +00:00
Parse optional ingested file annotation
This commit is contained in:
parent
f7011c8e33
commit
fe2eb0f0a5
3 changed files with 51 additions and 15 deletions
|
@ -542,7 +542,11 @@ pub enum EImport<'a> {
|
|||
IndentIngestedPath(Position),
|
||||
IngestedPath(Position),
|
||||
IndentIngestedName(Position),
|
||||
IngestedName(ETypedIdent<'a>, Position),
|
||||
IngestedName(Position),
|
||||
IndentColon(Position),
|
||||
Colon(Position),
|
||||
IndentAnnotation(Position),
|
||||
Annotation(EType<'a>, Position),
|
||||
Space(BadInputError, Position),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue