Skip to content

Commit 37dba3a

Browse files
authored
Merge pull request proptest-rs#212 from Aaron1011/fix/must-be-debug
Update `must-be-debug` to match the output on the latest Nightly
2 parents a829731 + 44915e4 commit 37dba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proptest-derive/tests/compile-fail/must-be-debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ extern crate proptest_derive;
1111

1212
fn main() {}
1313

14-
#[derive(Arbitrary)] //~ `Foo` doesn't implement `std::fmt::Debug` [E0277]
14+
#[derive(Arbitrary)] //~ `Foo` doesn't implement `Debug` [E0277]
1515
struct Foo { x: usize }

0 commit comments

Comments
 (0)