[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
1 file changed
tree: b725bca9fb1660a87590b54492565389d64917ca
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.