Skip to content

Commit

Permalink
Run compiletest only if derive feature is on
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Oct 20, 2022
1 parent 386de85 commit 78a64c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/compiletest.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(feature = "derive")]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit 78a64c7

Please sign in to comment.