-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE "Could not find scope info for node" building Servo with -Z debug-info #8670
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
Comments
This is probably caused by the shortcut for multi-branch arms that only looks at the first one, since all variable bindings are shared. |
I know about this bug and it has already been fixed (michaelwoerister@78ed2f8#L1R1882) but the fix is not merged yet. |
Okay, cool! I am looking forward to having working debug info for Servo, as we have a few new crashes to track down :/ |
I'll prepare a PR with the fix first thing tomorrow |
`pub_use` restriction [`pub_use`] Fixes rust-lang/rust-clippy#8545 - \[x] Followed [lint naming conventions][lint_naming] - \[x] Added passing UI tests (including committed `.stderr` file) - \[x] `cargo test` passes locally - \[x] Executed `cargo dev update_lints` - \[x] Added lint documentation - \[x] Run `cargo dev fmt` [lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints changelog: Adds a lint called `pub_use` that restricts the usage of `pub use ...`
Rust version is 6791021
The text was updated successfully, but these errors were encountered: