Skip to content

Commit 70b8c79

Browse files
committed
Bless issue-53448 test
1 parent 2040b79 commit 70b8c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/unboxed-closures/issue-53448.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LL | let f: &mut dyn FnMut<(_,), Output = ()> = &mut |_: <() as Lt<'_>>::T|
55
| ^ doesn't have a size known at compile-time
66
|
77
= help: the trait `Sized` is not implemented for `<() as Lt<'_>>::T`
8-
= help: unsized locals are gated as an unstable feature
8+
= help: unsized fn params are gated as an unstable feature
99
help: consider further restricting the associated type
1010
|
1111
LL | fn main() where <() as Lt<'_>>::T: Sized {

0 commit comments

Comments
 (0)