issues
search
71 results
for blacket
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
rust-lang/rust
#18530
`Buffer` is not usable as a trait object
``` rust let mut buf = std::io::BufReader::new(b"asdf"); let _: &mut Buffer = &mut buf; // error ``` As a side effect of #17704 (and I think @huonw has noted this possibility correctly), `std::io::Bu…
lifthrasiir
updated
9 years ago
5
上一页
1
...
2
3
4
5
6
7
8
...
8
下一页