Skip to content

proc_macro_attribute dependency #866

@exellian

Description

@exellian

Let's assume you have two user defined proc_macro_attributes in the following order:

struct Test {}

#[depends_on_inner]
impl Test {

    #[inner]
    fn test() {

    }
}

Is there any way to hand over information between these two macro executions, so that depends_on_inner knows that impl Test has a function with a #[inner] attribute?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions