mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
wip
This commit is contained in:
parent
5e2e542541
commit
0b106614f9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ static mut TYPE_VAR_COUNT: u32 = 10000;
|
|||
/// Safety:
|
||||
///
|
||||
/// TYPE_VAR_COUNT is not shared across threads, so mutating is safe
|
||||
macro_rules! tvar {
|
||||
macro_rules! let_tvar {
|
||||
() => {{
|
||||
unsafe {
|
||||
TYPE_VAR_COUNT += 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue