mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add todo
This commit is contained in:
parent
adf961ba0b
commit
e019ec6736
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue