[roll] Roll fuchsia [rust] Don't call functions in `.ok_or(...)`-like combinators.

These functions often allocate or do other expensive work that's not necessary
in the case where the "or" branch is not hit. Putting them in closures will
allow deferring the expensive work to the contexts that matter.

Updates a netstack test to use updated incremented IDs. Discussed
offline with connectivity team and should be safe.

NO_IFTTT=lint refactor
Original-Fixed: 378575834

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152983
Owners-Override: Kevin Lindkvist <lindkvist@google.com>
Original-Revision: 35a180340f1fd88ae0bfafe88b2befcd7b8b1ac0
GitOrigin-RevId: 43ef993a46b2d8c323df4083ccd4aae6b6253a6b
Change-Id: Id78d702505be8537491dd085a40487cc64fad281
1 file changed
tree: b43f318b151ab7d4331e06facb3350f039c1d1f7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.