[roll] Roll fuchsia [ffx][fho] add FfxError derive macro

Introduce #[derive(FfxError)] procedural macro to automate the
implementation of From<PluginError> for fho::Error via
attributes: #[unexpected], #[user], #[exit_with_code(code)], and
#[transparent].

Migrate the ffx target list plugin and target_formatter sub-crate
to 100% concrete error types, deleting manual From boilerplates
entirely.

Test: fx test ffx_list_tests target_formatter_test && fx build
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1616980
Original-Original-Revision: 3365ef648951fbe388441a2becdd1b572b87d5bb
GitOrigin-RevId: fec6825273bf2316fdf550b3747cc5478c62f0f8
Change-Id: Iee17c5f2fb738113ded52ce2adb385e6a9e973ee
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1636682
Cr-Commit-Position: refs/heads/main@{#193949}
1 file changed
tree: 0208f27be946073c349e3cafe37460de2cad9a0f
  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.