You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+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`
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: