rust/src
Jubilee a2c6075dff
Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726
Fix an ICE caused by type mismatch errors being ignored

This PR fixes #87771. It turns out that the check on `compiler/rustc_typeck/src/check/demand.rs:148` leads to the ICE. I removed it because the early return in [`check_expr_assign`](dec7fc3ced/compiler/rustc_typeck/src/check/expr.rs (L928)) already prevents unnecessary error messages from the call to `check_expr_coercable_to_type`.
2021-10-04 13:58:07 -07:00
..
bootstrap bootstrap: Update comment (again) in config.library.toml 2021-09-30 11:25:20 -05:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker images 2021-10-03 10:58:37 +02:00
doc Fix typos in rustdoc/lints 2021-10-02 19:03:32 +02:00
etc Migrate to 2021 2021-09-20 22:21:42 -04:00
librustdoc Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth 2021-10-01 22:47:22 +00:00
llvm-project@522c3e3d9c Update llvm submodule to fix function name mangling on x86 Windows 2021-09-30 10:03:12 -04:00
rustdoc-json-types Migrate to 2021 2021-09-20 22:21:42 -04:00
test Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726 2021-10-04 13:58:07 -07:00
tools Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth 2021-10-03 21:44:10 +00:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
version Bump version to 1.57 2021-09-03 21:54:48 -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.