Skip to content

Make mini-macro use AstBuilder or proc macros #2283

Closed
@Manishearth

Description

@Manishearth

We use the mini-macro crate to test how lints behave under macros.

It currently uses quasi quoting.

We should switch that to AstBuilder, or change it to a new-type procedural macro. I want to remove quote_*! from libsyntax and this is the only consumer.
rust-lang/rust#46849

(might fix this myself)

Metadata

Metadata

Assignees

Labels

good first issueThese issues are a good way to get started with Clippy

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions