diff options
| author | Richard Cobbe <ricobbe@microsoft.com> | 2021-07-12 12:46:27 -0700 |
|---|---|---|
| committer | Richard Cobbe <ricobbe@microsoft.com> | 2021-07-16 11:10:31 -0700 |
| commit | ce59f1aac53ba209d0a97af720f596f943fcfbaa (patch) | |
| tree | 1057d44c311966db4373bd17d19afdd2b49a138e /compiler/rustc_codegen_cranelift/src | |
| parent | b5a2ccee81406303324016d03399fac68ceb6718 (diff) | |
| download | rust-ce59f1aac53ba209d0a97af720f596f943fcfbaa.tar.gz rust-ce59f1aac53ba209d0a97af720f596f943fcfbaa.zip | |
Consider all fields when comparing DllImports, to remove nondetermininsm in multiple-definitions test
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs index cb1cb3c74db..e32dae49131 100644 --- a/compiler/rustc_codegen_cranelift/src/lib.rs +++ b/compiler/rustc_codegen_cranelift/src/lib.rs @@ -221,9 +221,7 @@ impl CodegenBackend for CraneliftCodegenBackend { sess, &codegen_results, outputs, - ); - - Ok(()) + ) } } |
