rust/src
bors cb9467515b Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726
Require lifetime bounds for opaque types in order to allow hidden types to capture said lifetimes

fixes #96996

cc `@aliemjay`
2022-10-20 00:22:17 +00:00
..
bootstrap mark rust-analyzer as a host-only tool 2022-10-19 14:33:17 +02:00
ci Update browser-ui-test version to 0.12.7 2022-10-19 11:08:13 +02:00
doc
etc
librustdoc Rollup merge of #103257 - notriddle:notriddle/setting-line, r=GuillaumeGomez 2022-10-19 21:38:42 +02:00
llvm-project@9567f08afc
rustdoc-json-types
test Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 2022-10-20 00:22:17 +00:00
tools Make miri read_dir test a little more robust 2022-10-19 11:48:56 -07: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.