[roll] Roll fuchsia [fidl][rust] Migrate vector<Union> to new parameter types This CL migrates FIDL vectors of unions to the new Rust parameter types, which look like &[ValueUnion] or Vec<ResourceUnion> instead of the old type &mut dyn ExactSizeIterator<Item = Union>. Other kinds of vectors (e.g. vectors of structs) continue to use the old types. This is similar to I14cbc020321a45e3bf2ae1ce067fce0d10a84035 which migrated vectors of tables. See that CL for details on how I migrated various patterns such as chunking/batching. Test: fx check-goldens fidlgen_rust Test: fx build tools/fidl/fidlgen_rust:goldens Original-Bug: 54368 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/850838 Original-Revision: 13362fcfcb20fd39ec3f5bd627c197d783c706a1 GitOrigin-RevId: 7570236becee2e2ee52ea8c509a95567ee354558 Change-Id: I20d490873c5902538560c72622590f6e4314f6bf
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.