Skip to content

Commit be2a5ec

Browse files
committed
Add improved ABI name checking.
1 parent 2744c70 commit be2a5ec

File tree

10 files changed

+429
-186
lines changed

10 files changed

+429
-186
lines changed

forc-pkg/src/pkg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,7 @@ pub fn compile(
17731773
program: typed_program,
17741774
abi_with_callpaths: true,
17751775
type_ids_to_full_type_str: HashMap::<String, String>::new(),
1776+
unique_names: HashSet::<String>::new(),
17761777
},
17771778
engines,
17781779
if experimental.new_encoding {

0 commit comments

Comments
 (0)