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

Workaround bindgen comment rusting bug #39

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

ckiee
Copy link
Contributor

@ckiee ckiee commented Jul 8, 2023

Currently the tests wont run on x86_64-linux on my machine due to a CXX comment being parsed by rustc due to improper conversion.

See more:
https://users.rust-lang.org/t/disable-doc-tests-for-bindgen-module/54639/2

Currently the tests wont run on x86_64-linux on my machine
due to a CXX comment being parsed by rustc due to improper conversion.

See more:
https://users.rust-lang.org/t/disable-doc-tests-for-bindgen-module/54639/2
@htrefil htrefil merged commit 0b57699 into htrefil:master Aug 19, 2023
@htrefil
Copy link
Owner

htrefil commented Aug 19, 2023

Great find, thank you.

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.

2 participants