[roll] Roll fuchsia [gidl][rust] Use raw handle types

This CL changes the GIDL Rust backend to use raw handle types. Before,
it used owned handle types, and went to great lengths to avoid dropping
any handle more than once. This made the tests confusing, especially
since any drop/close avoidance had to be done in RAII fashion to avoid a
panic-within-panic on test failure (fxbug.dev/62969). Working with raw
handle values is simpler.

Test: fx test fidl_rust_conformance_tests
Original-Bug: 116269
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/777904
Original-Revision: 8c02996b1ab62c235ab96488a51c08146093d321
GitOrigin-RevId: 8ae42aed1af2b4a59f97f0e99a5f7c14fdf587b6
Change-Id: I848f682357c80485a11b3d4be99159e019d36d25
1 file changed
tree: 4a6beb217f72941a0ae3d51f3603c494ddeb5732
  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.