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

regression: failed to resolve console_error_panic_hook #70440

Closed
Mark-Simulacrum opened this issue Mar 26, 2020 · 2 comments
Closed

regression: failed to resolve console_error_panic_hook #70440

Mark-Simulacrum opened this issue Mar 26, 2020 · 2 comments
Labels
A-resolve Area: Name resolution regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone

Comments

@Mark-Simulacrum
Copy link
Member

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

Number of crates regressed: 31

cc @petrochenkov

@Mark-Simulacrum Mark-Simulacrum added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. labels Mar 26, 2020
@Mark-Simulacrum Mark-Simulacrum added this to the 1.43 milestone Mar 26, 2020
@Mark-Simulacrum Mark-Simulacrum added the A-resolve Area: Name resolution label Mar 26, 2020
@ehuss
Copy link
Contributor

ehuss commented Mar 26, 2020

I didn't look at each package, but I believe this was resolved in #70244 (rolling up rust-lang/cargo#8007).

@Mark-Simulacrum
Copy link
Member Author

Sounds reasonable. Closing. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-resolve Area: Name resolution regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants