mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Remove obsolete comment
This commit is contained in:
committed by
Shotaro Yamada
parent
bcbbb4d09b
commit
d2e5a8ccf5
@@ -12,7 +12,7 @@
|
||||
|
||||
use std::io;
|
||||
|
||||
// FIXME: compiletest doesn't understand errors from macro invocation span
|
||||
|
||||
fn try_macro<T: io::Read + io::Write>(s: &mut T) -> io::Result<()> {
|
||||
try!(s.write(b"test"));
|
||||
let mut buf = [0u8; 4];
|
||||
|
||||
Reference in New Issue
Block a user