[roll] Roll fuchsia [rust] Use array_windows instead of windows [array_windows] is the const generic version of [windows], and has the same semantics, where the size of `windows()`, or the array size of `array_windows()` is larger than the slice size, then both functions return an iterator with no values. [windows]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.windows [array_windows]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.array_windows Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1567974 Owners-Override: James Robinson <jamesr@google.com> Original-Revision: c8faf5a76df125d90fabb312ae6faca69245e775 GitOrigin-RevId: 588fe6b8a74d8975d08b6a20146765ff783ae58b Change-Id: Id391bfca5b5856e512666e805d34c4044204d739
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 in one of the communication channels documented at get involved.
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.