Latest nightly not able to find extern crate rustc_mir
.
#88974
Labels
C-bug
Category: This is a bug.
extern crate rustc_mir
.
#88974
The latest nightly is not able to find the compiler crate
rustc_mir
for some reason.Code:
Toolchain:
Platform: x86_64 Linux.
The above code fails to compile with
cargo build
, resulting in the following error message.The code compiles fine with
nightly-2021-08-30
, and after doing a manual search, I can confirm that problem occurs fromnightly-2021-09-09
.nightly-2021-09-08
works fine.I do not know if other rustc crates suffer from the same problem. I used the above minimal example during search for ease.
I came across this bug when I was trying to compile this test case locally.
The text was updated successfully, but these errors were encountered: