Add regression test comment

This commit is contained in:
Noah Lev 2022-08-08 14:09:55 -07:00 committed by Mark Rousskov
parent ca387339e3
commit 7ddc9b7026

View file

@ -1,3 +1,5 @@
// Regression test for #100143
use std::iter::Peekable;
pub struct Span<F: Fn(&i32)> {