Bless issue-53448 test

This commit is contained in:
Santiago Pastorino 2020-10-20 12:39:32 -03:00
parent 2040b790e8
commit 70b8c79a96
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -5,7 +5,7 @@ LL | let f: &mut dyn FnMut<(_,), Output = ()> = &mut |_: <() as Lt<'_>>::T|
| ^ doesn't have a size known at compile-time
|
= help: the trait `Sized` is not implemented for `<() as Lt<'_>>::T`
= help: unsized locals are gated as an unstable feature
= help: unsized fn params are gated as an unstable feature
help: consider further restricting the associated type
|
LL | fn main() where <() as Lt<'_>>::T: Sized {