Skip to content

Commit 85d086f

Browse files
committed
Expose a way to fuzz with span-locations
1 parent 741f67e commit 85d086f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fuzz/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ libfuzzer-sys = "0.4"
1313
proc-macro2 = "1.0.52"
1414
syn = { path = "..", default-features = false, features = ["full", "parsing"] }
1515

16+
[features]
17+
span-locations = ["proc-macro2/span-locations"]
18+
1619
[[bin]]
1720
name = "create_token_buffer"
1821
path = "fuzz_targets/create_token_buffer.rs"

0 commit comments

Comments
 (0)