Closed
Description
I am using the latest nightly compiler build. When it got to compiling the lexical-core 0.7.4
crate:
I expected to see this happen: the compilation should be completed with no errors, as with the previous nightly builds
Instead, this happened: 27 errors from the crate spat on the screen.
Meta
rustc --version --verbose
:
rustc 1.51.0-nightly (d4e3570db 2021-02-01)
binary: rustc
commit-hash: d4e3570db4c007089035b833cc20c7fc2f8cb32f
commit-date: 2021-02-01
host: x86_64-pc-windows-msvc
release: 1.51.0-nightly
LLVM version: 11.0.1
I am not sure if it had been a bug in the type-checker, as the compilation doesn't fail on previous nightly compilers , only ocurred in the newest nightly.
The related issue on lexical-core: Alexhuszagh/rust-lexical#55