Closed
Description
RFC Thread:
rust-lang/rfcs#1260
Feature name:
imported_main
Steps / History
- Implementation:
- Support imported main from same crate (Implement RFC 1260 with feature_name
imported_main
. #84401) - Support imported main from foreign crate (Add primary marker on codegen unit and generate main wrapper on primary codegen. #84507)
- Support imported main from same crate (Implement RFC 1260 with feature_name
- Final commenting period (FCP) (Tracking issue for Allow a re-export for
main
(RFC 1260) #28937 (comment)) - Stabilization PR (Stabilize
imported_main
#122060)
Metadata
Metadata
Assignees
Labels
Area: Code generationArea: Name/path resolution done by `rustc_resolve` specificallyBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC and implemented but not stabilized.Category: An issue tracking the progress of sth. like the implementation of an RFCStatus: This is ready to stabilize; it may need a stabilization report and a PRRelevant to the language team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.Marks issues that should be documented in the release notes of the next release.