Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead
Ensure nested statics have a HIR node to prevent various queries from ICEing fixes https://github.com/rust-lang/miri/issues/3389
This commit is contained in:
commit
671a2f7d67
12 changed files with 45 additions and 49 deletions
|
@ -247,7 +247,7 @@ impl<'tcx> ReachableContext<'tcx> {
|
|||
| Node::Field(_)
|
||||
| Node::Ty(_)
|
||||
| Node::Crate(_)
|
||||
| Node::AssocOpaqueTy(..) => {}
|
||||
| Node::Synthetic => {}
|
||||
_ => {
|
||||
bug!(
|
||||
"found unexpected node kind in worklist: {} ({:?})",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue