| commit | 6abb1a28c896fb263b607ceedaf8ff70c5f9f77c | [log] [tgz] |
|---|---|---|
| author | Mitchell Kember <mkember@fuchsia.infra.roller.google.com> | Fri May 05 18:41:08 2023 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri May 05 11:41:55 2023 -0700 |
| tree | f821881cd14cf03259b0bd050847e2e002cf86b5 | |
| parent | 9fd03eab271d865add8228323c45cf8a2b3aa2ec [diff] |
[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
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.