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 523531e commit 9e079a8Copy full SHA for 9e079a8
gcc/rust/parse/rust-parse.h
@@ -782,7 +782,7 @@ template <typename ManagedTokenSource> class Parser
782
783
// don't want to make things *only* AttributeParser uses public
784
// TODO: fold more of AttributeParser into Parser?
785
- friend class ::Rust::AST::AttributeParser;
+ friend struct ::Rust::AST::AttributeParser;
786
};
787
788
std::string extract_module_path (const AST::AttrVec &inner_attrs,
0 commit comments