Skip to content

Commit

Permalink
Fix compiletest, make it pass on stable (not on nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Oct 20, 2022
1 parent 2701ed8 commit 4fdf16f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/ui/multiple_arbitrary.stderr
@@ -1,7 +1,5 @@
error: Multiple conflicting #[arbitrary] attributes found on field `x`
--> tests/ui/multiple_arbitrary.rs:5:5
|
5 | / #[arbitrary(value = 2)]
6 | | #[arbitrary(value = 3)]
7 | | x: i32,
| |__________^
5 | #[arbitrary(value = 2)]
| ^

0 comments on commit 4fdf16f

Please sign in to comment.