Create some minimal HIR for associated opaque types
This commit is contained in:
parent
9ce37dc729
commit
b6312eb943
16 changed files with 67 additions and 29 deletions
|
@ -270,7 +270,8 @@ impl<'tcx> ReachableContext<'tcx> {
|
|||
| Node::Ctor(..)
|
||||
| Node::Field(_)
|
||||
| Node::Ty(_)
|
||||
| Node::Crate(_) => {}
|
||||
| Node::Crate(_)
|
||||
| Node::AssocOpaqueTy(..) => {}
|
||||
_ => {
|
||||
bug!(
|
||||
"found unexpected node kind in worklist: {} ({:?})",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue