rust/src
bors 11909e3588 Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid
Remove header field from clean::Function

Fixes https://github.com/rust-lang/rust/issues/89673.

This is another take on https://github.com/rust-lang/rust/issues/89673 (compared to https://github.com/rust-lang/rust/pull/91217) but very different on the approach: I moved the header call in one place but still require to have the `clean::Item` so I can use the `DefId` to get what is missing.

cc `@jyn514` (you reviewed the original so maybe you want to take a look?)
r? `@camelid`
2022-03-29 12:49:03 +00:00
..
bootstrap Auto merge of #95417 - ehuss:doc-no_std-error, r=Dylan-DPC 2022-03-29 01:09:22 +00:00
ci Update browser-ui-test version to 0.8.4 2022-03-25 21:12:31 +01:00
doc Update books 2022-03-28 22:16:31 -07:00
etc
librustdoc Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid 2022-03-29 12:49:03 +00:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types
test Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid 2022-03-29 12:49:03 +00:00
tools Bump the ripgrep commit exercised by cargotest 2022-03-26 21:55:19 -07:00
README.md
stage0.json
version

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.