[roll] Roll fuchsia [fidl][rust] Impl Drop for wire tables and unions

Wire tables and unions are type-erased under the hood, unlike wire
structs. This means that we have to generate a drop impelemntation for
them directly so that their fields are properly dropped when they go out
of scope.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1271385
Original-Revision: aa2c34bba64e9eca61f3dfb27a69d8040872a674
GitOrigin-RevId: 4759d9132e74d45b17d304eaa9c30708bc2921c4
Change-Id: If84506dd7c9c63ebd17c9085b3a8a54251e6c86a
1 file changed
tree: 1a776aefaf463e8a3c2805d6381db226e75bd572
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.