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

Fix the signature of CreateSymbolicLinkW #12136

Merged
merged 1 commit into from
Feb 10, 2014

Conversation

alexcrichton
Copy link
Member

Closes #12123

@flaper87
Copy link
Contributor

flaper87 commented Feb 9, 2014

LGTM

bors added a commit that referenced this pull request Feb 10, 2014
@bors bors closed this Feb 10, 2014
@bors bors merged commit 882e2c3 into rust-lang:master Feb 10, 2014
@alexcrichton alexcrichton deleted the issue-12123 branch February 11, 2014 06:35
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
…=jonas-schievink

internal: Add a `Converter` type for token conversion

Makes it easier to produce multiple tokens from a single rustc token, if that's how we want to approach rust-lang/rust-analyzer#1109
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 25, 2024
[`useless_asref`]: check that the clone receiver is the parameter

Fixes rust-lang#12135

There was no check for the receiver of the `clone` call in the map closure. This makes sure that it's a path to the parameter.

changelog: [`useless_asref`]: check that the clone receiver is the closure parameter
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 this pull request may close these issues.

CreateSymbolicLinkW: incorrect function signature
4 participants