Skip to content

Commit

Permalink
added coverage_attribute feature to support llvm-cov (#392)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ozias <[email protected]>
  • Loading branch information
CraZySacX and jasonozias authored Dec 26, 2024
1 parent 5ab846c commit 38524b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions vergen-git2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down
1 change: 1 addition & 0 deletions vergen-gitcl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down
1 change: 1 addition & 0 deletions vergen-gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down
1 change: 1 addition & 0 deletions vergen-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down
1 change: 1 addition & 0 deletions vergen-pretty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ assert!(!buf.is_empty());
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down
1 change: 1 addition & 0 deletions vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
coverage_attribute,
multiple_supertrait_upcastable,
must_not_suspend,
non_exhaustive_omitted_patterns_lint,
Expand Down

0 comments on commit 38524b0

Please sign in to comment.