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
It appears this is an issue with the sysinfo crate for rust versions <1.43.0, support for attributes on if expressions was added to the language in 1.43.0 with rust-lang/rust#69201.
If it is feasible try updating your rust toolchain to a version >=1.43.0.
Same error above is thrown when I tried to build/install using
cargo build --release
andcargo install checksec
I am using cargo v1.41.0, Ubuntu 18.04 x86_64.
The text was updated successfully, but these errors were encountered: