bazel /
crubit /
42d540fd2b761bc2ab443204902c8aba6517e9ec Don't separate all tokens by spaces in cc_tokens_to_string().
We only emit a space if it is needed to separate an identifier or literal from
another identifier or literal.
The intent of this change is to make it possible to emit include statements for
standard headers, where the angle brackets should not be separated from the name
of the header by spaces. (Otherwise, the preprocessor would interpret the spaces
as being part of the header file name and would not find the header.)
PiperOrigin-RevId: 399614876
1 file changed
tree: b88ba924a37933ebccb5933e6683c00d2eea2fb5
- 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.