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

Inner attribute error on keysyms.rs:113:1 starting from version 0.8.0 #57

Open
Eclextic opened this issue Oct 28, 2024 · 0 comments
Open

Comments

@Eclextic
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant