Skip to content

Commit 295a938

Browse files
committed
Add improved ABI name checking.
1 parent 8514648 commit 295a938

File tree

11 files changed

+429
-187
lines changed

11 files changed

+429
-187
lines changed

forc-pkg/src/pkg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ pub fn compile(
17841784
program: typed_program,
17851785
abi_with_callpaths: true,
17861786
type_ids_to_full_type_str: HashMap::<String, String>::new(),
1787+
unique_names: HashSet::<String>::new(),
17871788
},
17881789
engines,
17891790
if experimental.new_encoding {

0 commit comments

Comments
 (0)