Closed
Description
Tracking issue for #[start]
, which indicates that a function should be used as the entry point, overriding the "start" language item. In general this forgoes a bit of runtime setup that's normally run before and after main.
Open questions
- Is a panic leaving the start function UB? miri reports ub when panicing inside #[start] function #97049