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:
|
/// Safety:
|
||||||
///
|
///
|
||||||
/// TYPE_VAR_COUNT is not shared across threads, so mutating is safe
|
/// TYPE_VAR_COUNT is not shared across threads, so mutating is safe
|
||||||
macro_rules! tvar {
|
macro_rules! let_tvar {
|
||||||
() => {{
|
() => {{
|
||||||
unsafe {
|
unsafe {
|
||||||
TYPE_VAR_COUNT += 1;
|
TYPE_VAR_COUNT += 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue