mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
cleanup gen_refcount and add new test based on map2
This commit is contained in:
parent
9a020100a9
commit
b28e6b343a
4 changed files with 107 additions and 78 deletions
|
@ -96,3 +96,10 @@ pub enum RefCount {
|
|||
Deallocated,
|
||||
Constant,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum RefCountLoc {
|
||||
StandardRC,
|
||||
AfterSize,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue