about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-30 15:45:48 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-30 16:02:58 -0700
commitdb477eef72924c7b34e9617627eaae37c71bdc1c (patch)
tree8170deb843a726d5e01376a67feb6b098e3cfc46 /src/libsyntax/parse/parser.rs
parente962870420fef19e8f23a299dbe7499aca1656a5 (diff)
downloadrust-db477eef72924c7b34e9617627eaae37c71bdc1c.tar.gz
rust-db477eef72924c7b34e9617627eaae37c71bdc1c.zip
std: Destabilize io::BufStream
As pointed out in #17136 the semantics of a `BufStream` aren't always what one
expects, and it looks like other [languages like C#][c-sharp] implement a
buffered stream with only one underlying buffer. For now this commit
destabilizes the primitive in the `std::io` module to give us some more time in
figuring out what to do with it.

[c-sharp]: https://msdn.microsoft.com/en-us/library/system.io.bufferedstream%28v=vs.110%29.aspx

[breaking-change]
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions