rust/src
bors 8be3ce9056 Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot
Fix subst issues with return-position `impl Trait` in trait

1. Fix an issue where we were rebase impl substs onto trait method substs, instead of trait substs
2. Fix an issue where early-bound regions aren't being mapped correctly for RPITIT hidden types

Fixes #102301
Fixes #102310
Fixes #102334
Fixes #102918
2022-10-16 10:10:44 +00:00
..
bootstrap more dupe word typos 2022-10-14 12:57:56 +08:00
ci Rollup merge of #103047 - GuillaumeGomez:update-browser-ui-test, r=notriddle 2022-10-14 23:43:45 +02:00
doc Rollup merge of #102940 - ehuss:update-books, r=ehuss 2022-10-12 22:13:26 +05:30
etc Rollup merge of #102092 - kxxt:patch-1, r=joshtriplett 2022-10-14 23:43:42 +02:00
librustdoc Fix display of settings page 2022-10-15 15:59:00 +02:00
llvm-project@9567f08afc Update LLVM submodule 2022-09-30 16:39:32 +02:00
rustdoc-json-types
test Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot 2022-10-16 10:10:44 +00:00
tools Auto merge of #103083 - Dylan-DPC:rollup-97cvwdv, r=Dylan-DPC 2022-10-15 10:45:36 +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.