rust-num / num-rational

Generic Rational numbers for Rust
Apache License 2.0
144 stars 51 forks source link

Error building for Rust1.43 nightly #69

Closed yutiansut closed 4 years ago

cuviper commented 4 years ago

Please provide details. What is the full error output? What version of num-rational are you building, and with which exact nightly? (rustc -Vv)

yutiansut commented 4 years ago

multiple errors windows 10 + 1.43 nightly

however i have changed to stable version and no error at all

sorry for no logs provide, because this is my friends computer

cuviper commented 4 years ago

Well, there's not much I can help with until you have more information. However, if it works on stable and only fails on nightly, that could very well be a compiler regression.

My development is on Linux, but I tried rustc 1.43.0-nightly (442ae7f04 2020-02-06) on both the master branch and num-rational-0.2.3, both native x86_64-unknown-linux-gnu and cargo check --target x86_64-pc-windows-msvc, and I don't get any errors.

yutiansut commented 4 years ago

thanks anyway ~ i‘ll close this issue