Skip to content

Commit

Permalink
chore: empty
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 7, 2024
1 parent 33dea56 commit 74d9c53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frb_codegen/src/library/codegen/parser/mir/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub(crate) mod function;
pub(crate) mod misc;
pub(crate) mod trait_impl;
pub(crate) mod ty;
mod trait_impl_enum;

use crate::codegen::ir::hir::flat::pack::HirFlatPack;
use crate::codegen::ir::mir::pack::MirPack;
Expand Down Expand Up @@ -36,6 +37,8 @@ pub(crate) fn parse(
config.default_rust_opaque_codec,
)?;

trait_impl_enum::generate();

let (struct_pool, enum_pool, dart_code_of_type) = type_parser.consume();

let mut ans = MirPack {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pub(crate) fn generate() {
todo!()
}

0 comments on commit 74d9c53

Please sign in to comment.