[roll] Roll fuchsia [fidl][rust] Encode into MaybeUninit

This is a soundness fix. Switching to zeroing only the padding while
encoding requires making encoding unsafe, and so the Encode traits must
be unsafe traits. Because the encoding slots no longer uphold the safety
invariants required by `Slot`, they are now `MaybeUninit`s instead.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1230204
Original-Revision: d45ae2aece4db0cfdfef6125b082dbc43d580a2b
GitOrigin-RevId: 1220f54c763abb0fa284031fa91d1046ff25148d
Change-Id: I566015fc59b9cda8db9c4da74ca7212085383c17
1 file changed
tree: e04634f2636ca0b20f1736e54b87c9ec18aca5f2
  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.