Closed
Description
This is a sub-tracking issue for the RFC "Clarify and streamline paths and visibility" (rust-lang/rfcs#2126)
dealing with the deprecation of extern crate
as well as having use crate_name::foo::bar
and crate_name::foo::bar
Just Work™.
- Implement the RFC.
- The main blocker is that we don't yet have the macro changes finalized to make it possible to avoid needing
#[macro_use] extern crate
.
- The main blocker is that we don't yet have the macro changes finalized to make it possible to avoid needing
- Adjust documentation (see instructions on forge)
- Stabilization PR (see instructions on forge)
Unresolved questions:
None
Metadata
Metadata
Assignees
Labels
Blocker: Approved by a merged RFC but not yet implemented.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant 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.