Skip to content

Deps: proc-macro #18

Closed
Closed
@ehuss

Description

@ehuss

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

No one assigned

    Labels

    implementationImplementation exploration and tracking issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions