Skip to content

Stop using newtypes in rt::io::buffered #9156

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

Closed
wants to merge 1 commit into from

Conversation

sfackler
Copy link
Member

This is a workaround for #9155. Currently, any uses of BufferedStream
outside of libstd ICE.

This is a workaround for rust-lang#9155. Currently, any uses of BufferedStream
outside of libstd ICE.
bors added a commit that referenced this pull request Sep 14, 2013
This is a workaround for #9155. Currently, any uses of BufferedStream
outside of libstd ICE.
@bors bors closed this Sep 14, 2013
@sfackler sfackler deleted the buffered-fix branch May 15, 2014 05:03
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 18, 2022
fix [`manual_flatten`] help texts order

fixes  rust-lang#8948

Whenever suggestion for this lint does not fit in one line,
legacy solution has some unexpected/unhandled behavior:
lint will then generate two help messages which seem to be shown in the wrong order.
The second help message in that case will contain the suggestion.

The first help message always refers to a suggestion message,
and **it should adapt** depending on the location of the suggestion:
- inline suggestion within the error/warning message
- suggestion separated into a second help text

This is my first contribution here, so I hope I didn't miss anything for creating this PR.

changelog: fix [`manual_flatten`] help texts order
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.

4 participants