From 4fdf16f71c358d688e3ddd39da35cd67fe3d579a Mon Sep 17 00:00:00 2001 From: Sergey Potapov Date: Thu, 20 Oct 2022 17:41:04 +0200 Subject: [PATCH] Fix compiletest, make it pass on stable (not on nightly) --- tests/ui/multiple_arbitrary.stderr | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/ui/multiple_arbitrary.stderr b/tests/ui/multiple_arbitrary.stderr index d0be819..f683d45 100644 --- a/tests/ui/multiple_arbitrary.stderr +++ b/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)] + | ^