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
error: proc macro panicked
--> /home/russell/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.0/src/protocol_macro.rs:24:21
|
24 | wayland_scanner::generate_interfaces!($path);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: /home/russell/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.0/src/xwayland.rs:74:9
|
74 | / wayland_protocol!(
75 | | "./protocols/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml",
76 | | []
77 | | );
| |_________- in this macro invocation
|
= help: message: Failed to open protocol file /home/russell/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.0/./protocols/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml: No such file or directory (os error 2)
= note: this error originates in the macro `wayland_protocol` (in Nightly builds, run with -Z macro-backtrace for more info)
and:
$ ls /home/russell/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.0/protocols
lsd: /home/russell/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.0/protocols: No such file or directory (os error 2).
$ ls /home/russell/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.31.0/protocols
COPYING GOVERNANCE.md MEMBERS.md meson.build meson_options.txt README.md stable staging tests unstable wayland-protocols.pc.in wayland-protocols-uninstalled.pc.in
The text was updated successfully, but these errors were encountered:
When I upgrade my crate to 0.32, I get
and:
The text was updated successfully, but these errors were encountered: