commit | a858e6bc894169c0f2b37dab7b2510b43b7b5c32 | [log] [tgz] |
---|---|---|
author | Devin Jeanpierre <jeanpierreda@google.com> | Mon May 09 08:54:15 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 09 08:54:37 2022 -0700 |
tree | 00ac56c56319a87e7a41d27b763ad1999aa1a5d4 | |
parent | 2ee2391789854a3b29f095be1a7269efc07be56f [diff] |
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