You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This macro causes an ICE of No type for local variable 49656 when invoked like generate_node_base!(Comment, self.parent.parent). When I make the macro take two different expressions (using the second in the second method) and invoke it like generate_node_base!(Comment, self.parent.parent, self.parent.parent), it works fine.
The text was updated successfully, but these errors were encountered:
This macro causes an ICE of
No type for local variable 49656
when invoked likegenerate_node_base!(Comment, self.parent.parent)
. When I make the macro take two different expressions (using the second in the second method) and invoke it likegenerate_node_base!(Comment, self.parent.parent, self.parent.parent)
, it works fine.The text was updated successfully, but these errors were encountered: