1
Fork 0

Remove obsolete MacroDef variant of OwnerNode

This commit is contained in:
inquisitivecrystal 2021-07-30 23:10:32 -07:00
parent 8c62fa0575
commit 0299ed8bbb
4 changed files with 6 additions and 43 deletions

View file

@ -310,8 +310,7 @@ impl<'tcx> ReachableContext<'tcx> {
| Node::Ctor(..)
| Node::Field(_)
| Node::Ty(_)
| Node::Crate(_)
| Node::MacroDef(_) => {}
| Node::Crate(_) => {}
_ => {
bug!(
"found unexpected node kind in worklist: {} ({:?})",