Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed Jun 22, 2023
1 parent adf961b commit e019ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/compiler/solve/src/deep_copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use roc_types::{

use crate::env::Env;

// TODO: eventually, we could possibly use the arena in Env instead.
pub(crate) fn deep_copy_var_in(env: &mut Env, rank: Rank, var: Variable, arena: &Bump) -> Variable {
let mut visited = bumpalo::collections::Vec::with_capacity_in(256, arena);

Expand Down

0 comments on commit e019ec6

Please sign in to comment.