mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
moved Ownership to borrow
This commit is contained in:
parent
a11d94aee2
commit
b28b32cdc4
8 changed files with 23 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::borrow::{ParamMap, BORROWED, OWNED};
|
||||
use crate::borrow::{Ownership, ParamMap, BORROWED, OWNED};
|
||||
use crate::ir::{
|
||||
CallType, Expr, HigherOrderLowLevel, JoinPointId, ModifyRc, Ownership, Param, Proc, ProcLayout,
|
||||
Stmt, UpdateModeIds,
|
||||
CallType, Expr, HigherOrderLowLevel, JoinPointId, ModifyRc, Param, Proc, ProcLayout, Stmt,
|
||||
UpdateModeIds,
|
||||
};
|
||||
use crate::layout::{Layout, STLayoutInterner};
|
||||
use bumpalo::collections::Vec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue