rust/src
Matthias Krüger 5a23efd31e
Rollup merge of - est31:rustdoc_version_placeholder, r=Mark-Simulacrum
Also replace the version placeholder in rustc_attr

Replace the version placeholder with the current version in the rustc_attr crate too so that users won't see the placeholder but instead the explicit version. This especially fixes the bug for rustdoc not showing it but instead the placeholder.

Originally reported [here](https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/libs.20stabilization.20placeholder/near/296057188).

cc 

![Screenshot_20220830_233727](https://user-images.githubusercontent.com/8872119/187548079-6207776b-4481-4351-afff-607f5b3fe03a.png)
2022-09-02 18:22:01 +02:00
..
bootstrap Rollup merge of - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum 2022-09-02 18:21:59 +02:00
ci Auto merge of - cuviper:upgrade-android-ci, r=Mark-Simulacrum 2022-09-02 05:32:57 +00:00
doc Rollup merge of - QuinnPainter:patch-1, r=Dylan-DPC 2022-09-01 21:37:17 +02:00
etc Fix a bunch of typo 2022-08-31 18:24:55 +08:00
librustdoc Rollup merge of - notriddle:notriddle/rustdoc-main-since, r=GuillaumeGomez 2022-09-02 11:34:54 +02:00
llvm-project@e3be3f64ec
rustdoc-json-types
test Rollup merge of - Nilstrieb:mir-validator-param-env, r=oli-obk 2022-09-02 18:21:58 +02:00
tools Rollup merge of - est31:rustdoc_version_placeholder, r=Mark-Simulacrum 2022-09-02 18:22:01 +02:00
README.md
stage0.json Bump stage0 2022-08-29 19:30:11 +02:00
version

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

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, miri, etc.

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