[roll] Roll fuchsia [fidl][rust] Discard unknown data in unions

This CL makes the Rust bindings conform to RFC-0137 for unions,
discarding unknown data instead of storing and proxying it. This was
done earlier for tables in I18a989000bb4f943cf6a9f7919cd3e98928bcb28.

Test: fx test fidl_rust_conformance_tests
Original-Bug: 85383
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/765542
Original-Revision: f120256662c3685ca32bbb4a40097ee9a9dde67b
GitOrigin-RevId: a7101db3c088536fb98a35e0def7d6e6724cce86
Change-Id: Id9c1a7a579089667dcf41abc4ae3ef8e23df8ce6
1 file changed
tree: c65b3e172bd751c447f35c6e9afe4435fd5add31
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.