Skip to content

Fix smallest-hello-world.rs interaction with puts #13608

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
Apr 19, 2014

Conversation

tbu-
Copy link
Contributor

@tbu- tbu- commented Apr 18, 2014

It now hands puts a zero-terminated string, like it expects.

Fix #13603.

It now hands `puts` a zero-terminated string, like it expects.

Fix rust-lang#13603.
bors added a commit that referenced this pull request Apr 19, 2014
It now hands `puts` a zero-terminated string, like it expects.

Fix #13603.
@bors bors closed this Apr 19, 2014
@bors bors merged commit 031212b into rust-lang:master Apr 19, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 7, 2024
[`infinite_loops`]: fix incorrect suggestions on async functions/closures

closes: rust-lang#12338

I intend to fix this in rust-lang#12421 but got distracted by some other problems in the same lint, delaying the process of closing the actual issue. So here's a separated PR that only focus on the issue and nothing else.

---

changelog: [`infinite_loops`]: fix suggestion error on async functions/closures
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.

Non-zero-terminated string passed to C function puts in smallest-hello-world.rs
3 participants