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
src/librustc/front/test.rs strips functions with the main attribute and injects its own, so I suppose this could be fixed by also stripping functions with the #[start] attribute
I don't know what the failure mode is but I have heard that
--test
does not work if you define#[start]
.The text was updated successfully, but these errors were encountered: