Rust functions are a bit more complicated than described
Rust functions are a bit more complicated than described
Posted Oct 23, 2025 22:20 UTC (Thu) by daroc (editor, #160859)In reply to: Rust functions are a bit more complicated than described by NYKevin
Parent article: DebugFS on Rust
Thank you; that's a helpful clarification. I knew about the distinction between function pointers and function types, but I had misremembered which part of the compiler used the type information to emit static calls. I'll add a correction.
