Skip to content

Commit

Permalink
forgot this one
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 15, 2024
1 parent f1314fd commit 6ca3d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/concrete_codegen_mlir/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ impl<'ctx, 'parent: 'ctx> LocalVar<'ctx, 'parent> {
}

#[derive(Debug, Clone)]
struct ScopeContext<'c, 'parent: 'c> {
pub locals: HashMap<String, LocalVar<'c, 'parent>>,
struct ScopeContext<'ctx, 'parent: 'ctx> {
pub locals: HashMap<String, LocalVar<'ctx, 'parent>>,
pub functions: HashMap<String, FunctionDef>,
}

Expand Down

0 comments on commit 6ca3d15

Please sign in to comment.