Skip to content

"&" inside a macro isn't recognized #98

Closed
@stsewd

Description

@stsewd
println!("{}", &foo);

Here the query "&" @operator doesn't match the &, if the macro is changed for a function call it works

println("{}", &foo);

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