rust/src
Matthias Krüger 8db5dd4983
Rollup merge of #105945 - JohnTitor:issue-57404, r=compiler-errors
Add regression test for #57404

r? `@compiler-errors`
Closes https://github.com/rust-lang/rust/issues/57404

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-12-20 14:37:35 +01:00
..
bootstrap Don't panic on stable since miri is not available there 2022-12-19 14:48:45 +00:00
ci Auto merge of #105845 - lqd:revert-thinlto-revert, r=Mark-Simulacrum 2022-12-19 06:25:22 +00:00
doc Update books 2022-12-19 12:01:02 -05:00
etc
librustdoc Rollup merge of #105933 - taiki-e:doc-cfg, r=GuillaumeGomez 2022-12-20 08:51:16 +01:00
llvm-project@3dfd4d93fa
rustdoc-json-types
test Rollup merge of #105945 - JohnTitor:issue-57404, r=compiler-errors 2022-12-20 14:37:35 +01:00
tools Rollup merge of #105935 - Ezrashaw:add-test+docs-for-e0377, r=GuillaumeGomez 2022-12-20 08:51:16 +01: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.