bazel /
crubit /
db11153fe6281974fb5bd76b6840354d285ec294 Don't include qualifiers when converting C++ type to a string.
This would result in us storing type names like "const char" in the IR, which
confused the code generator. Besides, we already take care of const separately
anyway.
See the new regression test for more details.
PiperOrigin-RevId: 419748299
2 files changed
tree: b4d302effb2402a29d30ccd4cad05231ffb9262b
- lifetime_annotations/
- rs_bindings_from_cc/
- CODE_OF_CONDUCT
- CONTRIBUTING
- LICENSE
- README.md
README.md
Crubit: C++/Rust Bidirectional Interop Tool
Extremely experimental interop tooling for C++ and Rust.
Please don‘t use, this is an experiment and we don’t yet know where will it take us. There will be breaking changes without warning. Unfortunately, we can't take contributions at this point.