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

Split CString::new into CString::new and CString::new_owned #18122

Closed
wants to merge 2 commits into from

Conversation

canndrew
Copy link
Contributor

This is a fix for #18117

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pcwalton (or someone else) soon.

@rust-highfive
Copy link
Collaborator

warning Warning warning

  • These commits modify unsafe code. Please review it carefully!

@canndrew
Copy link
Contributor Author

I accidentally tacked an extra, unrelated commit onto this so I'm going to close it and reopen a seperate PR.

@canndrew canndrew closed this Oct 17, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Sep 25, 2024
… r=Veykril

fix: Handle errors and lints from external macros

Some lints should not be reported if they originate from an external macro, and quickfixes should be disabled (or they'll change library code).

Fixes rust-lang#18122.
Closes rust-lang#18124.
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