mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fmt
This commit is contained in:
parent
6b2d2e3406
commit
0502734293
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ thread_local! {
|
|||
static SUFFIXED_ANSWER_COUNTER: Cell<usize> = const { Cell::new(0) };
|
||||
}
|
||||
|
||||
/// Generates a unique identifier, useful for intermediate items during desugaring.
|
||||
/// Generates a unique identifier, useful for intermediate items during desugaring.
|
||||
fn next_unique_suffixed_ident() -> String {
|
||||
SUFFIXED_ANSWER_COUNTER.with(|counter| {
|
||||
let count = counter.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue