-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ICE: no hir id for defid: compiler/rustc_middle/src/hir/mod.rs:76:36 #95307
Comments
minimized: pub trait C {
async fn new() -> [u8; _];
} @rustbot claim |
I am not sure if I am able to solve this ICE -- it has to do with the way that @rustbot release-assignment |
I'm working on a return position impl traits change that is going to make it easier to lowering return position impl traits in traits and that would make async fns in traits easy. All this is in my todo list. I should be able to accomplish some of these things soon. @cjgillot not sure if you were going to work on this, but we can talk about this in Zulip if you want. |
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#97829 (Add regresion test for rust-lang#95307) - rust-lang#97831 (Remove `AlwaysLiveLocals` wrapper struct) - rust-lang#97832 (Change `Direction::{is_forward,is_backward}` functions into constants) - rust-lang#97840 (RustWrapper: adapt to APInt API changes in LLVM 15) - rust-lang#97845 (Use more targeted suggestion when confusing i8 with std::i8) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: