Skip to content

Fix generating interface names which are Rust keywords#7790

Merged
alexcrichton merged 1 commit intobytecodealliance:mainfrom
Archisman-Mridha:fix/7784
Feb 12, 2024
Merged

Fix generating interface names which are Rust keywords#7790
alexcrichton merged 1 commit intobytecodealliance:mainfrom
Archisman-Mridha:fix/7784

Conversation

@Archisman-Mridha
Copy link
Contributor

Fixes #7784

@Archisman-Mridha Archisman-Mridha requested a review from a team as a code owner January 18, 2024 04:39
@Archisman-Mridha Archisman-Mridha requested review from pchickey and removed request for a team January 18, 2024 04:39
@Archisman-Mridha Archisman-Mridha changed the title Fix for #7784 Fix generating interface names which are Rust keywords Jan 18, 2024
@alexcrichton
Copy link
Member

Thanks! With the test failure on CI I think there may be a few more cases that need to be handled?

Signed-off-by: Archisman Mridha <archismanmridha12345@gmail.com>
@Archisman-Mridha
Copy link
Contributor Author

Archisman-Mridha commented Feb 12, 2024

Hey, sorry for stretching this. I had to deal with my exams :).

My earlier commit wasn't the actual solution to the problem.

I have pushed another commit containing the actual fix. Please approve the CI when you get time.

Copy link
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, and thanks again!

@alexcrichton alexcrichton added this pull request to the merge queue Feb 12, 2024
Merged via the queue into bytecodealliance:main with commit e9a2318 Feb 12, 2024
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.

bindgen: Generates names which may have Rust keywords

2 participants