rust/src
bors 0209485578 Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, r=pnkfelix
Revert "Remove deferred sized checks"

cc: https://github.com/rust-lang/rust/pull/100652#issuecomment-1225798572

I'm okay with reverting this for now, and I will look into the diagnostic regressions.

This reverts commit 33212bf7f5.

r? `@pnkfelix`

----

EDIT: This _also_ fixes #101066, a regression in method selection logic/coercion(?) due to the early registering of a `Sized` bound.
2022-09-03 00:02:41 +00:00
..
bootstrap Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum 2022-09-02 18:21:59 +02:00
ci Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum 2022-09-02 05:32:57 +00:00
doc Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett 2022-09-02 21:08:08 +00:00
etc
librustdoc Rollup merge of #101323 - GuillaumeGomez:remove-unused-css, r=notriddle 2022-09-02 18:22:04 +02:00
llvm-project@e3be3f64ec
rustdoc-json-types
test Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, r=pnkfelix 2022-09-03 00:02:41 +00:00
tools Auto merge of #101333 - matthiaskrgr:rollup-qpf1otj, r=matthiaskrgr 2022-09-02 18:40:21 +00: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 cargo, miri, etc.

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