about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorKevin Ballard <kevin@sb.org>2015-03-14 18:08:09 -0700
committerKevin Ballard <kevin@sb.org>2015-03-14 18:08:09 -0700
commit3453b5b4a888a1a1c98cf7355bd3e1ae868cf0e3 (patch)
treed6e3de89c6c8edb6ac9efd83c778aeec71192a69 /src/rustllvm/ExecutionEngineWrapper.cpp
parent3400c9ed9f1200a59f6452db5c71af2182db29a5 (diff)
downloadrust-3453b5b4a888a1a1c98cf7355bd3e1ae868cf0e3.tar.gz
rust-3453b5b4a888a1a1c98cf7355bd3e1ae868cf0e3.zip
Remove incorrect references to _raw stdio functions
std::io does not currently expose the stdin_raw, stdout_raw, or
stderr_raw functions. According to the current plans for stdio (see RFC
#517), raw access will likely be provided using the platform-specific
std::os::{unix,windows} modules. At the moment we don't expose any way
to do this. As such, delete all mention of the _raw functions from the
stdin/stdout/stderr function documentation.

While we're at it, remove a few `pub`s from items that aren't exposed.
This is done just to lessen the confusion experienced by anyone who
looks at the source in an attempt to find the _raw functions.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions