We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example
pub fn highlight(r#type: i32);
leads to
void ffi$cxxbridge1$highlight(::std::int32_t r#type) noexcept { ... }
I wish it could be unraw-ed if being a valid C++ identifier. Currently workaround with type_.
type_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example
leads to
I wish it could be unraw-ed if being a valid C++ identifier. Currently workaround with
type_
.The text was updated successfully, but these errors were encountered: