[roll] Roll fuchsia [rust] Add global -Awhere_clauses_object_safety

New toolchain rolls will now mark this lint as a warning.
This lint does not correctly diagnose what the offending code
is, nor does it give directly actionable feedback. I.e., the
lint highlights the issue area being the trait definition, but
requires an "allow" at each trait object instead.

See attached bug for more details.

Original-Bug: 118368
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/783823
Original-Revision: 449479a5dd7df5451edf750c779657bd7e0e5a13
GitOrigin-RevId: ddac68b1a1362bf614f8dcbfe2f3a25c57a05099
Change-Id: I8c2834d8a3da45414366d54f56a230be37207984
1 file changed
tree: 0f475360a4e79ab80a03d2a0e10ff955ca67b19c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.