Remove obsolete MacroDef
variant of OwnerNode
This commit is contained in:
parent
8c62fa0575
commit
0299ed8bbb
4 changed files with 6 additions and 43 deletions
|
@ -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: {} ({:?})",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue