-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking issue for RFC 2523, #[cfg(accessible(::path::to::thing))] #64797
Copy link
Copy link
Open
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.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-cfg_accessible`#![feature(cfg_accessible)]``#![feature(cfg_accessible)]`S-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.S-tracking-ready-to-stabilizeStatus: This is ready to stabilize; it may need a stabilization report and a PRStatus: This is ready to stabilize; it may need a stabilization report and a PRT-langRelevant to the language teamRelevant to the language team
Metadata
Metadata
Assignees
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.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-cfg_accessible`#![feature(cfg_accessible)]``#![feature(cfg_accessible)]`S-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.S-tracking-ready-to-stabilizeStatus: This is ready to stabilize; it may need a stabilization report and a PRStatus: This is ready to stabilize; it may need a stabilization report and a PRT-langRelevant to the language teamRelevant to the language team
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a tracking issue for
#[cfg(accessible(::path::to::thing))](rust-lang/rfcs#2523).Steps
#[cfg(accessible(path))]#69870Status
From this comment
#[cfg(accessible(path))]#69870 as an attribute#[cfg_accessible(path)] item. The attribute can configure or unconfigure theitemand wait until the predicate "pathis accessible" becomes determinate.#[cfg(accessible)]into#[cfg_accessible]is not implemented, we need to consider doing or not doing it only when everything else is implemented.Unresolved questions:
None so far.