[roll] Roll fuchsia [fidl][rust] Eliminate recursive impl bounds Some FIDL types have recursive definitions, where a trait impl applies only if it already applies. For impls with no generics, this isn't an issue since Rust's trait solver automatically applies coinduction to these trait impls. That doesn't apply for trait impls with generics though, so we have to avoid those recursive bounds. During refactoring, a few issues with the trait structure cropped up, so this addresses a few of those as well. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1193895 Original-Revision: 24b50053bfbdbfec41cd8a87ea3a30b7ce484d64 GitOrigin-RevId: 1f671ba728cc41a5acfa9241c6fd1bc0728387fc Change-Id: I330a282849434e4762b281e93f3c3823055705bf
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 in one of the communication channels documented at get involved.
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.