[roll] Roll fuchsia [third_party] bump syn to 1.0.58

proc_macro2 gets bumped to 1.0.24 to match.

syn 1.0.58 breaks code using `syn::export::*` paths because of
https://github.com/dtolnay/syn/commit/957840eba2c7f11c95e0227760d78dc481a91de7
. But that API surface was never intended to be public, despite the
name.

vfs-macros noticed that some generated code is in a slightly different
format, but the new format looks sane.

test-case and some in-tree code had to be updated to import the items
from their canonical locations according to the definitions in syn/src/export.rs.

test-case 1.1.0 needs version_check 0.9.2 and cfg-if 1.0.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/469581
Original-Revision: ada144f8834bbadaeeed645eecb12553e93d99a7
GitOrigin-RevId: 8864008fc44c58d6b238532031f7a4943c254e09
Change-Id: I0b5cc167ad533ab9069dd600e427796c927892da
1 file changed
tree: e60c928f8f7dcfafe9efd390cd209ad75f92132d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.