rust/src
Dylan DPC 57c3cee8c3
Rollup merge of #98277 - compiler-errors:issue-93596, r=estebank
Fix trait object reborrow suggestion

Fixes #93596

Slightly generalizes the logic we use to suggest fix first implemented in #95609, specifically when we have a `Sized` obligation that comes from a struct's unsized tail.
2022-06-29 10:28:21 +05:30
..
bootstrap Fix builds on Windows (closes #98546) 2022-06-26 23:27:44 +01:00
ci Rollup merge of #98422 - GuillaumeGomez:browser-ui-test-update, r=Dylan-DPC 2022-06-23 14:39:19 -07:00
doc Rollup merge of #98401 - ehuss:extern-tracking, r=Dylan-DPC 2022-06-25 15:14:12 +02:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomez 2022-06-28 21:40:10 +00:00
llvm-project@d1ddc34c4b Update LLVM submodule 2022-06-25 09:36:03 +02:00
rustdoc-json-types
test Rollup merge of #98277 - compiler-errors:issue-93596, r=estebank 2022-06-29 10:28:21 +05:30
tools Rollup merge of #98606 - lnicola:rust-analyzer-2022-06-28, r=lnicola 2022-06-28 18:34:30 +02:00
README.md
stage0.json
version bump version to 1.64.0 2022-06-24 17:27:24 +02: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.