mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 03:52:27 +00:00
pass through correct path and type for ingested file
This commit is contained in:
parent
0c366949cb
commit
56ed985cc9
7 changed files with 25 additions and 19 deletions
|
@ -44,7 +44,7 @@ impl<'a> Formattable for Expr<'a> {
|
|||
| MalformedClosure
|
||||
| Tag(_)
|
||||
| OpaqueRef(_)
|
||||
| IngestedFile(_)
|
||||
| IngestedFile(_, _)
|
||||
| Crash => false,
|
||||
|
||||
// These expressions always have newlines
|
||||
|
@ -478,7 +478,7 @@ impl<'a> Formattable for Expr<'a> {
|
|||
}
|
||||
MalformedClosure => {}
|
||||
PrecedenceConflict { .. } => {}
|
||||
IngestedFile(_) => {}
|
||||
IngestedFile(_, _) => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue