Skip to content

Conversation

taminomara
Copy link
Contributor

Some cargo versions fail to resolve features for num-traits, resulting in no-std build and compilation error:

Compiling num-traits v0.2.19
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`

Explicitly adding "std" to num-traits features mitigates this problem.

Some cargo versions fail to resolve features for `num-traits`, resulting in no-std build and compilation error:

```
Compiling num-traits v0.2.19
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`
```

Explicitly adding `"std"` to `num-traits` features mitigates this problem.
@CppCXY CppCXY merged commit 20c28ba into EmmyLuaLs:main Jul 15, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants