๐Ÿ“ฆ tychedelia / rustrover_proc_macro_bug

๐Ÿ“„ Cargo.toml ยท 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17[package]
name = "rustrover_proc_macro_bug"
version = "0.1.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"

[[example]]
name = "test"
path = "examples/test.rs"