Skip to content

Commit

Permalink
Merge pull request #294 from proptest-rs/fix-ci
Browse files Browse the repository at this point in the history
[fix-ci]
  • Loading branch information
rex-remind101 committed Jan 25, 2023
2 parents 00f29af + ad0a4d3 commit d382683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proptest-derive/tests/compile-fail/must-be-debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ extern crate proptest_derive;

fn main() {}

#[derive(Arbitrary)] //~ `Foo` doesn't implement `Debug` [E0277]
struct Foo { x: usize }
#[derive(Arbitrary)]
struct Foo { x: usize } //~ `Foo` doesn't implement `Debug` [E0277]

0 comments on commit d382683

Please sign in to comment.