rust/src
est31 777e136f4c Suppress the unused_macro_rules lint if malformed rules are encountered
Prior to this commit, if a macro had any malformed rules, all rules would
be reported as unused, regardless of whether they were used or not.
So we just turn off unused rule checking completely for macros with
malformed rules.
2022-06-09 23:34:06 +02:00
..
bootstrap Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum 2022-06-05 01:35:03 +00:00
ci update comment 2022-06-05 12:32:46 +02:00
doc platform-support: add riscv32imac-unknown-xous-elf 2022-06-04 18:47:27 +08:00
etc rustdoc: add channel normalization to htmldocck.py 2022-06-02 15:02:26 -07:00
librustdoc Don't generate "Impls on Foreign Types" for std 2022-06-04 11:10:51 -07:00
llvm-project@c9e2e89ed3 Update LLVM submodule 2022-06-03 15:57:32 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Suppress the unused_macro_rules lint if malformed rules are encountered 2022-06-09 23:34:06 +02:00
tools Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank 2022-06-03 17:10:51 +02:00
README.md
stage0.json Finish bumping stage0 2022-05-27 07:36:17 -04:00
version Bump to 1.63 2022-05-13 10:08:03 -04:00

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.