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
Compiler error whenever I compile this library at version 0.8.0:
error: an inner attribute is not permitted following an outer doc comment
--> /home/tangerine-dev/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-0.8.0/src/xkb/keysyms.rs:113:1
|
47 | /// ***************************************************************
| ------------------------------------------------------------------- previous doc comment
...
113 | #![allow(non_upper_case_globals)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not permitted following an outer doc comment
|
= note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually found at the beginning of source files
= note: outer attributes, like `#[test]`, annotate the item following them
error: could not compile `xkbcommon` (lib) due to 1 previous error
The text was updated successfully, but these errors were encountered:
Compiler error whenever I compile this library at version 0.8.0:
The text was updated successfully, but these errors were encountered: