-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Nightly compiler error compiling wayland protocols on linux #119126
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
Ruffle is running into this same ICE with wayland-protocols: https://github.com/ruffle-rs/ruffle/actions/runs/7257406349/job/19773470499 |
minimized: mod outer {
mod inner {}
pub(crate) use inner::{};
} |
searched nightlies: from nightly-2023-12-17 to nightly-2023-12-19 bisected with cargo-bisect-rustc v0.6.7Host triple: x86_64-pc-windows-msvc cargo bisect-rustc |
cc @petrochenkov for the bisection |
@lukas-code Upd: sorry, it does, on 2018+ edition. |
Fixed in #119168. |
Rollup merge of rust-lang#119168 - petrochenkov:feedvis4, r=compiler-errors resolve: Stop feeding visibilities for import list stems Fixes rust-lang#119126
After being released to nightly yesterday, things are back to normal and building. |
I have a nightly CI job that has started to fail running clippy, due to a compiler error compiling wayland-protocols.
The dependency chain is down from iced thru "clipboard_wayland" (0.2.0) to "smithay-clipboard" (0.6.6) and to "wayland-protocols" v0.29.5
"clipboard_wayland" 0.2.0 is the latest version on crates.io, but it depends on "smithay-clipboard" 0.6.6, while 0.7.0 is the latest version on crates.io.
Code
wayland-protocols 0.29.5
Meta
rustc --version --verbose
:Error output
See also: https://github.com/andrewdavidmackenzie/flow/actions/runs/7260567426/job/19779973687
The text was updated successfully, but these errors were encountered: