SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

Rollup merge of #156319 - bjorn3:eii_dylib_require_def, r=jdonszelmann

Require EIIs to be defined when we compile a rust dylib

The linker will complain about undefined symbols otherwise and on object file formats with two level namespaces (Mach-O and PE/COFF) it is required to know which dylib a symbol will be imported from when linking a dylib or executable.

r? @jdonszelmann
J
Jonathan Brouwer committed
1a3ed2e62df607e304cc24e61c3afd11d2ff7af5
Committed by GitHub <noreply@github.com> on 5/15/2026, 6:11:41 PM