We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8bc3f commit 2e50dc1Copy full SHA for 2e50dc1
tests/crashes/131507.rs
@@ -6,5 +6,5 @@ fn brick()
6
where
7
for<T> T: Copy,
8
{
9
- || format_args!("");
+ || Some::<&[()]>(&[]);
10
}
0 commit comments