We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bd73f commit e02ed64Copy full SHA for e02ed64
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