-
Notifications
You must be signed in to change notification settings - Fork 157
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
Remove unnecessary #include from rust-expr.h #3051
Labels
Comments
Could I be assigned this? I made+tested the change on arm64, and can submit a PR. |
Hi @liamnaddell ! Yes please open a PR i can help with the review if needed |
liamnaddell
added a commit
to liamnaddell/gccrs
that referenced
this issue
Jul 5, 2024
Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
liamnaddell
added a commit
to liamnaddell/gccrs
that referenced
this issue
Jul 6, 2024
Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca> gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include
liamnaddell
added a commit
to liamnaddell/gccrs
that referenced
this issue
Jul 6, 2024
gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
liamnaddell
added a commit
to liamnaddell/gccrs
that referenced
this issue
Jul 6, 2024
gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
liamnaddell
added a commit
to liamnaddell/gccrs
that referenced
this issue
Jul 10, 2024
gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
liamnaddell
added a commit
to liamnaddell/gccrs
that referenced
this issue
Jul 11, 2024
gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 11, 2024
gcc/rust/ChangeLog: * ast/rust-expr.h: Remove unnecessary include. Signed-off-by: Liam Naddell <liam.naddell@mail.utoronto.ca>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The file gcc/rust/ast/rust-expr.h has some dummy include line that would be perfect for newcomers to come and participate in open source.
Please remove these two lines in the file as follow, build and compile the code base to make sure every test passes and open a PR.
Please preview the original issue inn #2982 (comment):
The text was updated successfully, but these errors were encountered: