rust/src
bors c97d02cdb5 Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obk
Fix unwind drop glue for if-then scopes

cc `@est31`

Fix #102317
Fix #99852

This PR fixes the drop glue for unwinding from a panic originated in a drop while breaking out for the else block in an `if-then` scope.
MIR validation does not fail for the synchronous versions of the test program, because `StorageDead` statements are skipped over in the unwinding process. It is only becoming a problem when it is inside a generator where `StorageDead` must be kept around.
2022-10-05 20:47:39 +00:00
..
bootstrap Rollup merge of #102686 - cuviper:rls-tool_std, r=jyn514 2022-10-04 20:45:14 -07:00
ci Upgrade dist-i586-gnu-i586-i686-musl to ubuntu:22.04 2022-09-30 17:32:12 -07:00
doc Upgrade dist-i586-gnu-i586-i686-musl to ubuntu:22.04 2022-09-30 17:32:12 -07:00
etc
librustdoc Rollup merge of #102699 - GuillaumeGomez:fix-hamburger-button-color, r=Dylan-DPC 2022-10-05 17:27:34 +05:30
llvm-project@9567f08afc Update LLVM submodule 2022-09-30 16:39:32 +02:00
rustdoc-json-types
test Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obk 2022-10-05 20:47:39 +00:00
tools Auto merge of #102438 - andrewpollack:add-target-rustc-flags, r=Mark-Simulacrum 2022-10-05 17:54:32 +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, etc.

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