A bunch of crates are failing with the following error on beta.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `console_error_panic_hook`
[INFO] [stderr] --> src/lib.rs:11:5
[INFO] [stderr] |
[INFO] [stderr] 11 | console_error_panic_hook::set_once();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `console_error_panic_hook`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to previous error
A bunch of crates are failing with the following error on beta.
Number of crates regressed: 31
cc @petrochenkov