[roll] Roll fuchsia [fidl] Support arbitrary error types in custom field converters

Removes the limitation that custom field converters use `anyhow::Error`
as the error type. Now any type can be used as long as it's convertible
to `anyhow::Error`.

Original-Bug: 285127790
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1505925
Original-Revision: 6308e730fe75f00d4943928e54833e7ffeb8c52c
GitOrigin-RevId: bc58e32176b5b1f17084694cfc268fd8f12fb4a9
Change-Id: I564d6ed3ce747315c565fae994dc86ade5b8de81
1 file changed
tree: eaaa9aa13d453afde30f9f9d0136367265a8e403
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.