-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
implementationImplementation exploration and tracking issuesImplementation exploration and tracking issues
Description
This issue is for working through the implementation issues for compiling the proc-macro crate.
Usually proc-macro is built for the host compiler, and thus isn't much of a concern for std-aware cargo. However, some crates like proc-macro2 link against it to provide the same facility to normal code.
There may also be issues with how dependencies on proc-macro are expressed. If there is an explicit dependency listed on proc-macro, Cargo will need to be careful to consider if it is a host or target dependency.
Metadata
Metadata
Assignees
Labels
implementationImplementation exploration and tracking issuesImplementation exploration and tracking issues