amethyst / amethyst/amethyst-starter-2d
Doesn't compile out of the box on Windows
未關閉
- 主要語言
- Rust
- 星號
- 199
- 分支
- 41
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Platform:
Windows 10
rust 1.57.0
To reproduce:
Follow instructions on 2d sample page (git clone, cargo run).
Error:
Fairly long list of errors, each referring to mismatch between types u32 and usize in lexical-core-0.4.6. This is the first one:
error[E0308]: mismatched types
--> C:\Users\xxx\.cargo\registry\src\github.com-1ecc6299db9ec823\lexical-core-0.4.6\src\atof\algorithm\bigcomp.rs:243:55
|
243 | let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1);
| ^^^^^^^^^^^^^^^ expected `usize`, found `u32`
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。