Skip to content

Commit

Permalink
fix 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Nov 5, 2023
1 parent 5e17be7 commit 0a1ba01
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 0a1ba01

Please sign in to comment.