-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for externally implementable items #125418
Copy link
Copy link
Open
Labels
B-experimentalBlocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-extern_item_impls`#![feature(extern_item_impls)]``#![feature(extern_item_impls)]`T-langRelevant to the language teamRelevant to the language teamT-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
B-experimentalBlocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-extern_item_impls`#![feature(extern_item_impls)]``#![feature(extern_item_impls)]`T-langRelevant to the language teamRelevant to the language teamT-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Exploration
This is a tracking issue for the lang experiment on externally implementable items. This currently covers these proposals:
The feature gate for the issue is
#![feature(extern_item_impls)].Example of how to use what's implemented now
About tracking issues
Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
no_mangleon EIIs is rejected properlymissing stability attributeerrors with trivial Externally Implementable Item (eii) function inlibrary/std#150514expected statement#149980Instance::mono: DefId(..) has type parameters#149983Nonein find_attr() #149981#[eii]macro using methods on ecx #150906-Cprefer-dynamicUnresolved Questions
Related
Implementation history
cc @m-ou-se @Amanieu @tmandry @joshtriplett