Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nightly CI is broken #428

Closed
jdm opened this issue Nov 30, 2020 · 2 comments
Closed

nightly CI is broken #428

jdm opened this issue Nov 30, 2020 · 2 comments

Comments

@jdm
Copy link
Member

jdm commented Nov 30, 2020

+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`
@rillian
Copy link
Contributor

rillian commented Apr 3, 2024

Looks like this can be closed. CI seems to be passing. And, if nothing else, the rustc-test/capture feature is obsoleted by #528.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants