- Notifications
You must be signed in to change notification settings - Fork758
Avoid \u{1} prefix when the user overrode item names#3175
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
\u{1} is an LLVM specific extension which other rustc codegen backendsdo not support.
fc322e0
to50eb27f
CompareWhy does the Publish on crates.io workflow get invoked even though this PR hasn't been merged? It gives me a failure notification.https://github.com/rust-lang/rust-bindgen/actions/runs/13972867609 |
Right, for Mach-O all symbols get mangled to add an |
cc@pvdrz . My understanding is that it's not supposed to run, but maybe these fields are an rust-bindgen/.github/workflows/publish.yml Lines 3 to 8 ina50a2cf
|
\u{1}
is an LLVM specific extension which other rustc codegen backends do not support.Fixes#2935