Fix crash on unsupported param type due to accidentally using the *StatusOr unconditionally.

This only occurs for methods on -- you know what, I literally can't figure out how to trigger this, but anyway, apparently it can trigger once we enable implicitly generated member functions, because some of them take as `this` a builtin type rather than TagType. Who knew?

If you can figure out how to trigger the crash in an easy test case LMK.

PiperOrigin-RevId: 405854531
1 file changed
tree: 753547f41a6841589f9cb602ae5c1f5e9b0dc63f
  1. rs_bindings_from_cc/
  2. CODE_OF_CONDUCT
  3. CONTRIBUTING
  4. LICENSE
  5. 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.