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
If you attempt to use cargo clippy with the new cargo support for building the standard libraries (obsoleting cargo-xbuild and xargo), clippy will emit tons of warnings inside of libcore.
If you attempt to use
cargo clippy
with the new cargo support for building the standard libraries (obsoleting cargo-xbuild and xargo), clippy will emit tons of warnings inside of libcore.Usage:
cargo clippy -Z build-std=core,alloc --target=<anything>
You can see an example of this failing here: https://travis-ci.com/fishinabarrel/linux-kernel-module-rust/builds/128613174
The text was updated successfully, but these errors were encountered: