-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
I tried this code:
pub struct Edge<'a> {
pub next: &'a Edge<'a>
}
I get <source>:2:19: error: failed to lookup HIR 15 for node 'Edge<'a>'
Meta
- What version of Rust GCC were you using, git sha if possible.
1286acc (the latest snapshot on godbolt)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo