bazel /
crubit /
95f29a1dc6e2d00265299183291036d35914a70f Add a `source_loc` field to `Func`.
This will be needed to generate UnsupportedItems for overloaded functions.
As overloaded functions are already supported by the code generator in specific
cases (namely, constructors taking a single argument), we cannot make the
decision whether an overloaded function is unsupported or not in AstVisitor, so
we need to propagate the source location to the code generator so that it can
generate an UnsupportedItem with source location information.
PiperOrigin-RevId: 420223906
5 files changed
tree: 54061c80335edce2754f2d1658747241886ecbe0
- 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.