mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
81d0b70402
Remove nondeterminism in multiple-definitions test Compare all fields in `DllImport` when sorting to avoid nondeterminism in the error for multiple inconsistent definitions of an extern function. Restore the multiple-definitions test. Resolves #87084.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.