mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
c7af4e67c3
Collect function instance used in `global_asm!` sym operand The constants used in SymFn operands have FnDef type, so the type of the constant identifies the function. Fixes #96623.