Skip to content

Commit 553c9e2

Browse files
committed
Remove obsolete comment
1 parent 031976e commit 553c9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/unused_io_amount.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
use std::io;
1818

19-
// FIXME: compiletest doesn't understand errors from macro invocation span
19+
2020
fn try_macro<T: io::Read + io::Write>(s: &mut T) -> io::Result<()> {
2121
try!(s.write(b"test"));
2222
let mut buf = [0u8; 4];

0 commit comments

Comments
 (0)