Skip to content
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

CreateSymbolicLinkW: incorrect function signature #12123

Closed
cremno opened this issue Feb 9, 2014 · 0 comments · Fixed by #12136
Closed

CreateSymbolicLinkW: incorrect function signature #12123

cremno opened this issue Feb 9, 2014 · 0 comments · Fixed by #12136

Comments

@cremno
Copy link

cremno commented Feb 9, 2014

The type of CreateSymbolicLinkW's return value is BOOLEAN and not BOOL. They have neither the same signedness nor size!

Relevant links:
Windows Data Types
CreateSymbolicLink

bors added a commit to rust-lang-ci/rust that referenced this issue Jul 25, 2022
…=Veykril

feat: provide Self in record literal completion

close rust-lang#12106
flip1995 pushed a commit to flip1995/rust that referenced this issue Jan 25, 2024
fix FP on [`semicolon_if_nothing_returned`]

fixes: rust-lang#12123

---

changelog: fix FP on [`semicolon_if_nothing_returned`] which suggesting adding semicolon after attr macro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant