AeroRust / AeroRust/free-flight-stabilization

num-traits uses `std` in default enabled features

オープン
#3 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
Rust
スター
10
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

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
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。