rust/src
Guillaume Gomez 8cf995f6ac
Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle
Fix "item info" width

Fixes #87202.

It now looks again like this:

![Screenshot from 2021-07-18 12-33-27](https://user-images.githubusercontent.com/3050060/126064005-013acabc-7f17-4436-8dfc-cb6b9bc24413.png)

cc `@jyn514`

r? `@notriddle`
2021-07-19 11:37:46 +02:00
..
bootstrap
build_helper
ci Rollup merge of #87130 - GuillaumeGomez:update-browser-ui-test, r=Mark-Simulacrum 2021-07-14 19:53:41 +02:00
doc Add doc for --nocapture 2021-07-18 11:54:39 +02:00
etc Auto merge of #86761 - Alexhuszagh:master, r=estebank 2021-07-17 12:56:22 +00:00
librustdoc Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle 2021-07-19 11:37:46 +02:00
llvm-project@bdb386270f
rustdoc-json-types
test Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle 2021-07-19 11:37:46 +02:00
tools Auto merge of #86848 - notriddle:notriddle/drop-dyn, r=varkor 2021-07-19 01:41:54 +00:00
README.md
stage0.txt
version

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.