Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore ast tree delegate #3297

Closed

Conversation

sriganeshres
Copy link
Contributor

@sriganeshres sriganeshres commented Dec 10, 2024

Fixes #3296

Here is a checklist to help you with your PR.

  • I have made change to the helper constructor by converting it into a delegating constructor.

gcc/rust/ChangeLog:

	* parse/rust-parse-impl.h (Parser::parse_expr):
	(Parser::left_denotations):
	(Parser::null_denotation):
	* parse/rust-parse.h (struct ParseRestrictions):
	* ast/rust-item.h: I have changed helper constructor to be a delegating constructor.
@sriganeshres sriganeshres deleted the chore-ast-tree-delegate branch December 10, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a delegating constructor for AST::TraitImpl
1 participant