Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
297 days ago
The compiler doesn't have to implement a call as a call; having "magic functions" calls to which are special-cased by the code generator is an old and time-honored tradition.
1 comments
Rusky
297 days ago
Yes, that's how it should work. It is not how it works in today's rustc.
link