Closed
Description
I found that the compiler is getting more and more unstable.
The same code, in the following environment, although the compilation is slow, it can be successfully completed.
rustc 1.62.0-nightly (f4a7ce9 2022-04-08)
binary: rustc
commit-hash: f4a7ce9
commit-date: 2022-04-08
host: x86_64-unknown-linux-gnu
release: 1.62.0-nightly
LLVM version: 14.0.0
However, under the new version, it can be cargo build --release , and the bench will report an error
Meta
rustc --version --verbose
:
<version>
rustc 1.63.0 (4b91a6ea7 2022-08-08)
binary: rustc
commit-hash: 4b91a6ea7258a947e59c6522cd5898e7c0a6a88f
commit-date: 2022-08-08
host: x86_64-unknown-linux-gnu
release: 1.63.0
LLVM version: 14.0.5
### Error output
Backtrace
<backtrace>