rust/src
bors 56e1aaadb3 Auto merge of #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995
Ignore `#[doc(hidden)]` functions in clippy doc lints

Fixes https://github.com/rust-lang/rust-clippy/issues/11501

The implementation before #115689 had a check for unsugared doc comments that also happened to catch `#[doc(hidden)]`, this adds the check back in more explicitly

852bf4e51b/src/tools/clippy/clippy_lints/src/doc.rs (L526-L529)

r? `@flip1995`
2023-09-15 09:55:31 +00:00
..
bootstrap Rollup merge of #115440 - RalfJung:bootstrap-fmt, r=Mark-Simulacrum 2023-09-11 17:03:30 +02:00
ci Allow testing cg_clif using ./x.py test 2023-09-10 15:56:56 +00:00
doc Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk 2023-09-14 01:05:18 +00:00
etc rust-gdbgui: remove excessive quotes 2023-08-22 09:09:00 -04:00
librustdoc Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=notriddle 2023-09-13 18:37:43 +02:00
llvm-project@0537f6354c Update LLVM submodule to 17.0.0-rc4 2023-09-05 18:34:53 +00:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995 2023-09-15 09:55:31 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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