-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for proc_macro::{tracked_env, tracked_path} #99515
Copy link
Copy link
Open
Labels
A-proc-macrosArea: Procedural macrosArea: Procedural macrosC-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 RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-proc-macrosArea: Procedural macrosArea: Procedural macrosC-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 RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
View all comments
Feature gate:
#![feature(proc_macro_tracked_env, proc_macro_tracked_path)]This is a tracking issue for
proc_macro::tracked*, to allow adding files and environment variables to the build system's dependency tracking.Public API
Steps / History
tracked_env::var: proc_macro: Add API for tracked access to environment variables #74653tracked_path::path: addtrack_path::pathfn for usage inproc_macros #84029pathto acceptAsRef<Path>instead ofAsRef<str>Unresolved Questions
proc_macro, but there's barely been any discussion on the public interface.