Skip to content

correct examples namespace for std::io::mem::* #11693

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

indirect
Copy link
Contributor

while trying to run these examples, rustc gave me "there is no
MemReader in std::io" until I made this change.

while trying to run these examples, rustc gave me "there is no
`MemReader` in `std::io`" until I made this change.
@alexcrichton
Copy link
Member

You may need to update your compiler, these are now re-exported from std::io with std::io::mem being a private module now. The code examples should work on a master compiler.

@indirect
Copy link
Contributor Author

man, you miss a few commits and suddenly nothing works. :) thanks!

@indirect indirect deleted the mem_doc branch January 21, 2014 00:53
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.

2 participants