1
Fork 0

Migrate ast_lowering::path to SessionDiagnostic

This commit is contained in:
Jean CASPAR 2022-08-16 22:28:51 +02:00
parent a8a33cf271
commit 73ae38bac1
7 changed files with 46 additions and 15 deletions

View file

@ -75,6 +75,7 @@ macro_rules! arena_vec {
mod asm;
mod block;
mod errors;
mod expr;
mod index;
mod item;