rust/src
bors e40d5e83dc Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank
rewrite error handling for unresolved inference vars

Pretty much completely rewrites `fn emit_inference_failure_err`.

This new setup should hopefully be easier to extend and is already a lot better when looking for generic arguments.
Because this is a rewrite there are still some parts which are lacking, these are tracked in #94483 and will be fixed in later PRs.

r? `@estebank` `@petrochenkov`
2022-06-03 12:37:16 +00:00
..
bootstrap Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPC 2022-05-30 14:59:12 +00:00
ci Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha 2022-05-26 00:32:09 +02:00
doc Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister 2022-05-29 01:12:30 +02:00
etc rustdoc: add channel normalization to htmldocck.py 2022-06-02 15:02:26 -07:00
librustdoc rustdoc: clean up primitive.slice.html links 2022-06-02 15:02:19 -07:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank 2022-06-03 12:37:16 +00:00
tools Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk 2022-06-03 11:18:24 +02:00
README.md
stage0.json Finish bumping stage0 2022-05-27 07:36:17 -04:00
version Bump to 1.63 2022-05-13 10:08:03 -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.