The Wayback Machine - https://web.archive.org/web/20210722224817/https://github.com/rust-lang/rust/tree/master/src
Skip to content
master
Switch branches/tags
rust/src/
rust/src/

Latest commit

…write-only-fields, r=simulacrum

Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.

This is a nightly-targetted variant of PR #83171

The intent is to just address issue #81658 on all release channels, rather that keep repeatedly reverting PR #83171 on beta.

However, our intent is *also* to reland PR #83171 after we have addressed issue #81658 , most likely by coupling the re-landing of PR #83171 with an enhancement like PR #83004
0271870

Git stats

Files

Permalink
Failed to load latest commit information.

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.