[roll] Roll fuchsia [fidl][rust] Remove wire lifetimes, mutable API

The lifetimes in our wire types prevent us from moving them after
they're decoded. To remove those lifetimes, we have to restrict how
users can mutate them. For now, it's easier to ban mutation entirely
than it is to provide a carefully-carved API surface. We can
re-introduce a mutable wire API in the future with some additional type
machinery.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196095
Original-Revision: e9cb668add639f870ca653fda697cebe78891814
GitOrigin-RevId: 8877b42c2f9bd8ca2ad8f5e6440346f477794a6e
Change-Id: If855ae559becf6b833d51bbc291e8463dc315ffa
1 file changed
tree: 615c270f3420ccff83e546e957b5d1efbbf48573
  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.