Skip to content

Commit

Permalink
[fix-ci] changed the line for where the error occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-remind101 committed Jan 25, 2023
1 parent 00f29af commit ad0a4d3
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 ad0a4d3

Please sign in to comment.