Fix cross-module pin projection. Oops!

This was intended to only be a test of `projected!(a::b::c)` syntax, which was untested before. But this also reveals that I forgot to make the project function at least as public as the struct itself.

PiperOrigin-RevId: 447480856
2 files changed
tree: 00ac56c56319a87e7a41d27b763ad1999aa1a5d4
  1. cc_template/
  2. common/
  3. docs/
  4. lifetime_annotations/
  5. migrator/
  6. rs_bindings_from_cc/
  7. BUILD
  8. CODE_OF_CONDUCT
  9. CONTRIBUTING
  10. LICENSE
  11. 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.