Skip to content

Fixed str::raw::push_byte - #8289

Closed
sfackler wants to merge 1 commit into
rust-lang:masterfrom
sfackler:push_byte
Closed

Fixed str::raw::push_byte#8289
sfackler wants to merge 1 commit into
rust-lang:masterfrom
sfackler:push_byte

Conversation

@sfackler

Copy link
Copy Markdown
Member

It was previously pushing the byte on top of the string's null
terminator. I added a test to make sure it doesn't break in the future.

It was previously pushing the byte on top of the string's null
terminator. I added a test to make sure it doesn't break in the future.
bors added a commit that referenced this pull request Aug 5, 2013
It was previously pushing the byte on top of the string's null
terminator. I added a test to make sure it doesn't break in the future.
@borsbors closed this Aug 5, 2013
@sfacklersfackler mentioned this pull request Aug 6, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 10, 2022
…steffen
Add `default_union_representation` lint
Closesrust-lang#8235
changelog: Added a new lint [`default_union_representation`]
Sign up for freeto 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

@sfackler@erickt@bors