Fix Bad formatting in AST expanded dump with associated types#2122
Merged
CohenArthur merged 1 commit intoApr 20, 2023
Merged
Conversation
fd02831 to
776eda2
Compare
CohenArthur
approved these changes
Apr 14, 2023
CohenArthur
left a comment
Member
There was a problem hiding this comment.
Can you provide the output of the dump when running it on the code in the issue you linked? This way we'll see how it looks. I think this is great otherwise :)
Contributor
Author
No problem! |
P-E-P
requested changes
Apr 15, 2023
P-E-P
left a comment
Member
There was a problem hiding this comment.
I would like a few changes related to this settings file, otherwise the changes are good and I will be glad to approve this PR.
cdd9a9a to
5067c92
Compare
CohenArthur
approved these changes
Apr 17, 2023
CohenArthur
left a comment
Member
There was a problem hiding this comment.
Looks good to me :) Thanks!
P-E-P
approved these changes
Apr 17, 2023
gcc/rust/ChangeLog: * ast/rust-ast-dump.cc: fix bad formatting for associated type. Signed-off-by: Zheyuan Chen <sephirotheca17@gmail.com>
a68caf7 to
e8e8434
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gcc/rust/ChangeLog:
Fixes #2023
Output of AST expanded dump when running the code the linked issue: