We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf94fd8 commit 229512dCopy full SHA for 229512d
gcc/rust/ast/rust-ast.h
@@ -1800,7 +1800,7 @@ class SingleASTNode
1800
case IMPL:
1801
return "Impl Item: " + impl_item->as_string ();
1802
case TRAIT_IMPL:
1803
- return "Trait Impl Item: " + impl_item->as_string ();
+ return "Trait Impl Item: " + trait_impl_item->as_string ();
1804
case TYPE:
1805
return "Type: " + type->as_string ();
1806
}
0 commit comments