rust/src
Dylan DPC 84e1aa2d59
Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle
rustdoc: Fix item info display overflow

I came across this issue when reading local `Iterator` docs (reproduced in this screenshot):

![Screenshot from 2022-04-05 17-45-13](https://user-images.githubusercontent.com/3050060/161798150-769ee838-4768-4df8-9d34-b02eb8104eed.png)

The problem comes from the fact that `span` isn't `display: block` by default. Since `item-info` was already present on `<div>` in other places, I moved the last one to `div` as well.

r? `@notriddle`
2022-04-06 03:39:08 +02:00
..
bootstrap Rollup merge of #95449 - jyn514:doc-stage-0, r=ehuss 2022-04-05 09:33:21 +02:00
ci Update browser-ui-test version to 0.8.5 2022-04-05 18:11:27 +02:00
doc Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle 2022-04-06 03:39:08 +02:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle 2022-04-06 03:39:08 +02:00
tools Rollup merge of #95673 - lnicola:rust-analyzer-2022-04-05, r=lnicola 2022-04-05 22:59:00 +02:00
README.md
stage0.json
version bump version to 1.62.0 2022-04-04 09:21:03 +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.