Skip to content

Commit e02ed64

Browse files
committed
Make crash test 131507 independent from format_args!().
1 parent 74bd73f commit e02ed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/crashes/131507.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ fn brick()
66
where
77
for<T> T: Copy,
88
{
9-
|| format_args!("");
9+
|| Some::<&[()]>(&[]);
1010
}

0 commit comments

Comments
 (0)