Skip to content

nightly CI is broken #428

Closed
Closed
@jdm

Description

@jdm
+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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions