rust/src
bors 781ef3e995 Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle
Simplify codeblock and their associated tooltip

It is based on https://github.com/rust-lang/rust/pull/101600 so it needs to wait for this one to be merged first.

This PR does two things:

 * Remove CSS class duplication by setting CSS classes such as `compile_fail` directly on the `div` wrapping both the codeblock and the tooltip.
 * Simplify DOM: no need to wrap the tooltip into a `<div>`, it can work just as well without it.

You can test it [here](https://rustdoc.crud.net/imperio/codeblock-tooltip/std/string/struct.String.html#deref).

r? `@notriddle`
2022-09-10 23:13:23 +00:00
..
bootstrap
ci Update browser-ui-test version to 0.9.8 2022-09-10 10:26:51 +02:00
doc Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser 2022-09-10 04:14:34 +00:00
etc
librustdoc Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle 2022-09-10 23:13:23 +00:00
llvm-project@670e5f673a
rustdoc-json-types
test Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle 2022-09-10 23:13:23 +00:00
tools Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk 2022-09-10 20:54:01 +00: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, miri, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.