mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
5651759746
Check link ordinal to make sure it is targetted for foreign function Fix #100009, when link ordinal is not target for foreign functions, emit an error. cc `@dpaoliello`