servo / html5ever

High-performance browser-grade HTML5 parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nightly CI is broken

jdm opened this issue · comments

+cd rcdom

+cargo test --features rustc-test/capture
error[E0425]: cannot find function `set_print` in module `io`

    --> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-test-0.3.0/src/lib.rs:1149:21

     |

1149 |                 io::set_print(Some(Box::new(Sink(data2.clone()))));

     |                     ^^^^^^^^^ help: a function with a similar name exists: `_eprint`

error[E0425]: cannot find function `set_panic` in module `io`

    --> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-test-0.3.0/src/lib.rs:1150:21

     |

1150 |                 io::set_panic(Some(Box::new(Sink(data2))));

     |                     ^^^^^^^^^ not found in `io`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0425`.

error: could not compile `rustc-test`