mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
add code for rendering the result
This commit is contained in:
parent
d657a8cadc
commit
e921fe6515
5 changed files with 108 additions and 4 deletions
|
@ -25,6 +25,7 @@ struct Env<'a, 'env> {
|
|||
target_info: TargetInfo,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ToAstProblem {
|
||||
FunctionLayout,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue