mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +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.