We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling xidlehook-core v0.2.0 (/home/brian/documents/projects/xidlehook/xidlehook-core) error: attributes are not yet allowed on `if` expressions --> xidlehook-core/src/lib.rs:474:21 | 474 | #[cfg(feature = "tokio")] | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: attributes are not yet allowed on `if` expressions --> xidlehook-core/src/lib.rs:484:21 | 484 | #[cfg(feature = "tokio")] | ^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 2 previous errors error: could not compile `xidlehook-core`.
rustc version: 1.42.0 Perhaps rust-lang/rust#69201 has something to do with this?
The text was updated successfully, but these errors were encountered:
Try updating rust?
Sorry, something went wrong.
rustc 1.43 solved the issue. 🎉
No branches or pull requests
rustc version: 1.42.0
Perhaps rust-lang/rust#69201 has something to do with this?
The text was updated successfully, but these errors were encountered: