[roll] Roll fuchsia [fidlc] Fix crash when success type has invalid kind

This CL fixes a fidlc crash for cases like `M() -> (bool) error uint32;`
where `bool` is not allowed. It also improves error messages to say that
a struct, table, or union is required.

Test: fx test fidlc-test
Original-Fixed: 102946
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/692082
Original-Revision: 58270680e9e744dd97cc016bf0b797581fc0c44b
GitOrigin-RevId: b94ed678e85afc0e39af334ad00d57390fce0445
Change-Id: Ic5372150c5af76d78783515a47fddd27276dcf84
1 file changed
tree: ff0a558e8e7504e043d08d4889cf7ff481695f9d
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.