Skip to content

Commit

Permalink
Cargo remove proc-macro=true
Browse files Browse the repository at this point in the history
proc-macro causes failure during `cargo test`

    error: the linked panic runtime `panic_unwind` is not compiled with this crate's panic strategy `abort`
  • Loading branch information
jtmoon79 committed Sep 21, 2022
1 parent f8e096b commit b39475f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ edition = "2021"
test = true
doc = true
doctest = true
proc-macro = true
# Do not set `proc-macro = true`
# It will cause failure to run grcov `cargo test:
# error: the linked panic runtime `panic_unwind` is not compiled with this
# crate's panic strategy `abort`

0 comments on commit b39475f

Please sign in to comment.