Skip to content

Commit

Permalink
Merge pull request #393 from tzemanovic/tomas/compile-fail-must-be-debug
Browse files Browse the repository at this point in the history
fix compile fail test: must be debug
  • Loading branch information
tzemanovic authored Nov 6, 2023
2 parents a9123f3 + 0a1ba01 commit 3d40220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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)]
#[derive(Arbitrary)] //~ `Foo` doesn't implement `Debug` [E0277]
struct Foo { x: usize } //~ `Foo` doesn't implement `Debug` [E0277]

0 comments on commit 3d40220

Please sign in to comment.