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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#84217 - crlf0710:remove_main_attr_pure, r=petrochenkov
Remove #[main] attribute.
This removes the #[main] attribute support from the compiler according to the decisions within rust-lang#29634. For existing use cases within test harness generation, replaced it with a newly-introduced internal attribute `#[rustc_main]`.
This is first part extracted from rust-lang#84062 .
Closesrust-lang#29634.
r? `@petrochenkov`
0 commit comments