Skip to content

Rewrite the issue-10734 rpass file #10748

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

Merged
merged 1 commit into from
Dec 1, 2013
Merged

Conversation

lilyball
Copy link
Contributor

@lilyball lilyball commented Dec 1, 2013

Stop relying on a malloc error to indicate failure and instead use an
explicit check. Also ensure that the value is dropped at the correct
time (e.g. that the if statement is translated into { expr } instead
of expr).

Stop relying on a malloc error to indicate failure and instead use an
explicit check. Also ensure that the value is dropped at the correct
time (e.g. that the if statement is translated into `{ expr }` instead
of `expr`).
bors added a commit that referenced this pull request Dec 1, 2013
Stop relying on a malloc error to indicate failure and instead use an
explicit check. Also ensure that the value is dropped at the correct
time (e.g. that the if statement is translated into `{ expr }` instead
of `expr`).
@bors bors closed this Dec 1, 2013
@bors bors merged commit 2ffcbf1 into rust-lang:master Dec 1, 2013
@lilyball lilyball deleted the issue-10734-rpass branch December 1, 2013 22:52
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 2, 2023
New lint [`tuple_array_conversions`]

Closes rust-lang#10748

PS, the implementation is a bit ugly 😅 ~~I will likely refactor soon enough :)~~ Done :D

changelog: New lint [`tuple_array_conversions`]
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.

3 participants