Small IR docs, and then some learning about rustdoc.

This commit is contained in:
2023-04-23 21:02:15 -07:00
parent e79788bcd1
commit 7596472c65
6 changed files with 56 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
use internment::ArcIntern;
use crate::ir::ast as ir;
use crate::syntax::ast as syntax;
use crate::syntax as syntax;
impl From<syntax::Program> for ir::Program {
fn from(mut value: syntax::Program) -> Self {