[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.