add code for rendering the result

This commit is contained in:
Folkert 2022-07-13 14:57:08 +02:00
parent d657a8cadc
commit e921fe6515
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 108 additions and 4 deletions

View file

@ -25,6 +25,7 @@ struct Env<'a, 'env> {
target_info: TargetInfo,
}
#[derive(Debug)]
pub enum ToAstProblem {
FunctionLayout,
}