Skip to content

Path not accepted in "crate" parameter #10

@Frizi

Description

@Frizi

It seems like the crate name can only be provided as an direct identifier. Trying to use submit! in macro_rules in an robust way is impossible as crate cannot be specified correctly.

$crate::inventory::submit! {
    #![crate = $crate]
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions