Add a #[start] attribute #5158
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-codegen
Area: Code generation
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
This would let you override the 'start' lang item to create a program entry point that does not use the scheduler. There's some question about whether this entry point would have the same signature as the lang item or not - there may be use cases for one that accepts the current arguments (like
crate_map
) and one that has no arguments.The text was updated successfully, but these errors were encountered: