The type can be inferred by the compiler due to how the hash map is being used later in the function, so this explicit type annotation is unnecessary: https://github.com/yousefmoazzam/c-compiler/blob/3e755655d00de9bb3b2f8a7d32b477e312a9a7c0/src/parse/asm/second_pass.rs#L23
The type can be inferred by the compiler due to how the hash map is being used later in the function, so this explicit type annotation is unnecessary:
c-compiler/src/parse/asm/second_pass.rs
Line 23 in 3e75565