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 2040b79 commit 70b8c79Copy full SHA for 70b8c79
src/test/ui/unboxed-closures/issue-53448.stderr
@@ -5,7 +5,7 @@ LL | let f: &mut dyn FnMut<(_,), Output = ()> = &mut |_: <() as Lt<'_>>::T|
5
| ^ doesn't have a size known at compile-time
6
|
7
= help: the trait `Sized` is not implemented for `<() as Lt<'_>>::T`
8
- = help: unsized locals are gated as an unstable feature
+ = help: unsized fn params are gated as an unstable feature
9
help: consider further restricting the associated type
10
11
LL | fn main() where <() as Lt<'_>>::T: Sized {
0 commit comments