Skip to content

Commit

Permalink
Expose a way to fuzz with span-locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 26, 2023
1 parent 741f67e commit 85d086f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ libfuzzer-sys = "0.4"
proc-macro2 = "1.0.52"
syn = { path = "..", default-features = false, features = ["full", "parsing"] }

[features]
span-locations = ["proc-macro2/span-locations"]

[[bin]]
name = "create_token_buffer"
path = "fuzz_targets/create_token_buffer.rs"
Expand Down

0 comments on commit 85d086f

Please sign in to comment.