rust/src
Mara Bos c5990dd8ad
Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix
introduce future-compatibility warning for forbidden lint groups

We used to ignore `forbid(group)` scenarios completely. This changed in #78864, but that led to a number of regressions (#80988, #81218).

This PR introduces a future compatibility warning for the case where a group is forbidden but then an individual lint within that group is allowed. We now issue a FCW when we see the "allow", but permit it to take effect.

r? ``@Mark-Simulacrum``
2021-02-04 21:10:34 +01:00
..
bootstrap Rollup merge of #81603 - ehuss:error-index-build, r=Mark-Simulacrum 2021-02-02 16:01:42 -05:00
build_helper
ci Auto merge of #81535 - nikic:update-test-various, r=sanxiyn 2021-02-03 03:03:08 +00:00
doc Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink 2021-02-03 06:00:43 +00:00
etc
librustdoc Rollup merge of #81681 - Smittyvb:rustdoc-shortcuts-styling, r=GuillaumeGomez 2021-02-03 08:41:28 +01:00
llvm-project@70d09f218d
rustdoc-json-types
test Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix 2021-02-04 21:10:34 +01:00
tools Auto merge of #81743 - RalfJung:miri, r=RalfJung 2021-02-04 16:46:38 +00:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05: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 rustdoc, rls, etc.

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