You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We intend to implement Externally Implementable Items in the compiler.
The plan is to do so in a way that allows us to change the way #[panic_handler] and similar attributes are handled,
making these library features instead of compiler built-ins.
We intend to eventually support both statics and functions,
but the priority is at functions right now.
We have the design for the implementation worked out on our whiteboard. We don't expect any significant blockers at this point. We'll know more once we start writing the code next week.
Summary
We intend to implement Externally Implementable Items in the compiler.
The plan is to do so in a way that allows us to change the way
#[panic_handler]
and similar attributes are handled,making these library features instead of compiler built-ins.
We intend to eventually support both statics and functions,
but the priority is at functions right now.
Tasks and status
The text was updated successfully, but these errors were encountered: