Closed
Description
Allows using extern
in paths to unambiguously refer to items in extern crates - extern::my_crate::foo
.
This feature is superseded by absolute paths ::my_crate::foo
on 2018 edition, and has little value on 2015 edition where extern crate
items are supposed to be used instead.
As a result, the feature is supposed to be removed once 2018 edition ships.
Metadata
Metadata
Assignees
Labels
Area: The 2018 editionBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFC`#![feature(rust_2018_preview)]`Relevant to the language team, which will review and decide on the PR/issue.This PR / issue is in PFCP or FCP with a disposition to close it.The final comment period is finished for this PR / Issue.