Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b47198a

Browse files
committed
Consider all fields when comparing DllImports, to remove nondetermininsm in multiple-definitions test
1 parent e3091d7 commit b47198a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
221221
sess,
222222
&codegen_results,
223223
outputs,
224-
);
225-
226-
Ok(())
224+
)
227225
}
228226
}
229227

0 commit comments

Comments
 (0)