[roll] Roll fuchsia [fidlc] Fix type parameter parsing error recovery

Previously, we would break out of ParseTypeParameterList
on a missing comma but not Fail, which would cause multiple
unexpected token errors instead of just one.

Test: fx ninja -C out/default host_x64/fidl-compiler &&
./out/default/host_x64/fidl-compiler

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514340
Original-Revision: 0b5db13ff72eb58dea89d4c6a6e5529d7c1d81f7
GitOrigin-RevId: 545e724ad1dc222137af980ab7d9e2f5c0a88ab1
Change-Id: Ic74f3a11b2091ba8b154fdb654e37d3aeb09c329
1 file changed
tree: 65bfe6353615e3de34980d9978b1e8e6225ae76a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.