<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ```rust 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. 1286acc34e826039ebc8f09ad36dddc30f726283 (the latest snapshot on godbolt)