Introduce AllFreeLifetimes.

For now, this function is equivalent to iterating over all the non-static
lifetimes in the FunctionLifetimes and storing each visited lifetime in a
DenseSet.  However, this function is meant to behave differently in the
presence of HRTBs.

PiperOrigin-RevId: 440317977
3 files changed
tree: 9999cfc107549aa6977b22588b9a850c40aa3963
  1. common/
  2. lifetime_annotations/
  3. rs_bindings_from_cc/
  4. BUILD
  5. CODE_OF_CONDUCT
  6. CONTRIBUTING
  7. LICENSE
  8. 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.