-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no MIR available for DefId #92755
Comments
We are seeing this too on rustc 1.60.0-nightly (89b9f7b 2022-01-10) running on aarch64-apple-darwin |
@rustbot label +I-prioritize |
cc @lambinoo @petrochenkov This seems to have regressed starting with #87487. |
I'm taking a look |
I can reproduce and I did find some differences in the access level table. Updates: Actually, the whole Impl seems to be missing. It should be marked as Reachable but is not even there. |
Marking as |
As an update for those watching: currently, the best workaround is to use an older nightly. The good news is that a fix PR is open (#92781), with people working on getting it in shape to be merged. |
EDIT (ehuss) Reproduction:
Clone https://github.com/bytecodealliance/wasmtime
cd crates/cranelift
cargo build
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: