Expand on notes about cv-qualified function and reference types.

I wanted to figure out what a cv-qualified function or reference even *means*, and the answer is actually pretty straightforward: "the same thing as the non-cv-qualified version".

So rather than being "nonsensical", it's more that this is two different ways to spell the same type. And we may, rather than forbidding it, want to handle it in the same way as we handle alias normalization more generally.

PiperOrigin-RevId: 399619199
1 file changed
tree: a804378d4f9305f6fea99a0432fdf871d7aadf34
  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.