-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Improve suggestions for returning binding #99539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
3d9dd68
99c3257
8926dac
cd89978
3eef023
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,6 @@ LL | let t8 = t8n(t7, t7p(f, g)); | |
| required by a bound introduced by this call | ||
| | ||
= help: the trait `Fn<(_,)>` is not implemented for `impl Fn(((_, _), _))` | ||
= note: expected a closure with arguments `(((_, _), _),)` | ||
found a closure with arguments `(_,)` | ||
Comment on lines
-10
to
-11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Interesting regression 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's not a regression, per se. The original note was nonsense, because the reason that this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah! I see. Neat. |
||
note: required by a bound in `t8n` | ||
--> $DIR/issue-59494.rs:5:45 | ||
| | ||
|
Uh oh!
There was an error while loading. Please reload this page.