Skip to content

Commit

Permalink
Make crash test 131507 independent from format_args!().
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Feb 19, 2025
1 parent 74bd73f commit e02ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crashes/131507.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ fn brick()
where
for<T> T: Copy,
{
|| format_args!("");
|| Some::<&[()]>(&[]);
}

0 comments on commit e02ed64

Please sign in to comment.