[roll] Roll fuchsia [fidl][rust] Migrate all vectors to new parameter types

This CL completes the migration of FIDL vectors to the new Rust
parameter types. Specifically, this deals with vectors of structs,
enums, and bits. Now all vectors use &[Value] or Vec<Resource>, and the
&mut dyn ExactSizeIterator<Item = ...> types are completely gone.

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/+/852480
Original-Revision: 3a02d1922c0519b4c7d639879ec0503de9c79f0c
GitOrigin-RevId: 3625650d44296db67f2afe70352a86e26a794859
Change-Id: I638a79f93747c1d016b07704959459c1513728fd
1 file changed
tree: f821881cd14cf03259b0bd050847e2e002cf86b5
  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.