AeroRust / AeroRust/free-flight-stabilization

num-traits uses `std` in default enabled features

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Rust
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://docs.rs/crate/num-traits/latest/features

This creates an issue since I'm using f32 and compilation fails because of missing `std`:

```
error[E0463]: can't find crate for `std`
--> /home/elpiel/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs:23:1
|
23 | extern crate std;
| ^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `thumbv8m.main-none-eabihf` target may not support the standard library
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.