mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
f03581a12b
In Cranelift the regular Type enum can't represent function signatures. Function pointers are represented as plain pointer sized integer.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.