[roll] Roll fuchsia [build][rust] Disable mutable-noalias in rust builds

It was recently discovered that mutable-noalias can lead to
miscompilations (see https://github.com/rust-lang/rust/issues/84958).
This CL disables that optimization for all rust builds.

Original-Bug: 76184
Tests: Manually reviewed basic functionality on devices, relying on CI
for broader coverage

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/526741
Original-Revision: 914bdafb291f4f76e4cafadef5e9c803e8347d3a
GitOrigin-RevId: a56e3b25e3dee6a752d6a67ac67aa4589822eaa5
Change-Id: I533cffd13465ee37cce4c8d19bfcd4d5051de776
1 file changed
tree: 62b4c8652e12804326b5c3d2fce8fc2c4c067678
  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.