cargo-nono icon indicating copy to clipboard operation
cargo-nono copied to clipboard

Check your crate for (possible) no_std compatibility

Results 24 cargo-nono issues
Sort by recently updated
recently updated
newest added

Example (Running `cargo nono check` on https://github.com/hobofan/margo/tree/27974290ca4c957efaff52ae9641859a3158e848): ``` cargo nono check --package margo-fetch margo-fetch: ❌ - Did not find a #![no_std] attribute or a simple conditional attribute like #[cfg_attr(not(feature =...

This fixes build errors when installing using `cargo install` without `--locked`. You may consider recommending installation using `cargo install --locked` in the docs. Fixes #67.

I tried to build cargo nono, but got these errors (target: `x86_64-unknown-linux-gnu`): ``` error[E0433]: failed to resolve: could not find `quote` in `__private` --> /home/tadeo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-nono-0.1.9/src/check.rs:24:40 | 24 | let cfg_attr_path:...

I'm getting a build failure when trying to build without a lockfile. ``` error[E0433]: failed to resolve: could not find `quote` in `__private` --> /home/frank/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-nono-0.1.9/src/check.rs:24:40 | 24 | let cfg_attr_path:...