-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Add version number to win32 control panel #1553
Labels
O-windows
Operating system: Windows
Milestone
Comments
I believe the inno installer does this now but I'll leave this open to confirm. |
Fixed by 0bf9929 |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Feb 8, 2024
Fixed FP in `redundant_closure_call` when closures are passed to macros There are cases where the closure call is needed in some macros, this in particular occurs when the closure has parameters. To handle this case, we allow the lint when there are no parameters in the closure, or the closure is outside a macro invocation. fixes: rust-lang#11274 rust-lang#1553 changelog: FP: [`redundant_closure_call`] when closures with parameters are passed in macros.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Feb 8, 2024
There are cases where the closure call is needed in some macros, this in particular occurs when the closure has parameters. To handle this case, we allow the lint when there are no parameters in the closure, or the closure is outside a macro invocation. fixes: rust-lang#11274, rust-lang#1553 changelog: FP: [`redundant_closure_call`] when closures with parameters are passed in macros.
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
Co-authored-by: Michael Woerister <[email protected]>
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 2, 2025
Co-authored-by: Michael Woerister <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most applications display the version number on their entry in the add/remove programs window.
The text was updated successfully, but these errors were encountered: