[roll] Roll infra/recipes [rust] Use a different hello_world file

The file we use at this point is fine for revisions moving forward, but
we cannot test new clang versions against a pinned rust, since the file
has moved between the current rust integration revision and tot.

As a result, building toolchains /w a pinned rust version, fails, since
this file won't exist. For now, choose another hello_world.rs file that
is stable.

In the future, we should consider generating this file until a more
mature corpus is available.

Original-Bug: 435743671
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1341024
Original-Revision: b6b6fa06454b0bca8fc422db2915faa0ebedeffb
GitOrigin-RevId: bd1ba3dd5863f01a4c1a4d098f2f7b775f3d7a88
Change-Id: Ie3cb9aafceb98e350defe35595ee48b190837479
1 file changed
tree: ce5a4cca5a0c1d2d127a8b8369ba5055176339ec
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.