rust/src
Guillaume Gomez 3d20047f40
Rollup merge of #104114 - GuillaumeGomez:background-image-path, r=notriddle
Fix invalid background-image file name

This is a follow-up of https://github.com/rust-lang/rust/pull/101702.

Apparently the image hash was the wrong one. You can see the error in https://doc.rust-lang.org/nightly/core/primitive.u16.html?search=hello too.

I really need to check if I can adds check for resources load errors in `browser-ui-test`.

cc ``````@jsha``````
r? ``````@notriddle``````
2022-11-08 20:40:52 +01:00
..
bootstrap Rollup merge of #104027 - ted-tanner:issue-103697-fix, r=jyn514 2022-11-08 20:40:49 +01:00
ci Auto merge of #103569 - RalfJung:miri-test-macos, r=Mark-Simulacrum 2022-11-07 17:04:06 +00:00
doc Rollup merge of #103955 - str4d:update-lto-doc-1.65, r=ehuss 2022-11-08 11:23:52 +05:30
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Rollup merge of #104114 - GuillaumeGomez:background-image-path, r=notriddle 2022-11-08 20:40:52 +01:00
llvm-project@2a2ea6b49e Update LLVM submodule 2022-10-24 14:49:18 +02:00
rustdoc-json-types rustdoc-json-types: Improve ItemSummary::path docs 2022-10-28 10:25:48 +01:00
test Rollup merge of #104113 - ink-feather-org:fix_const_fn_ref_impls, r=compiler-errors 2022-11-08 20:40:51 +01:00
tools Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov 2022-11-07 18:35:25 +05:30
README.md Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
stage0.json bump stage0 2022-09-26 10:13:46 +02:00
version Bump to 1.67.0 2022-10-29 10:28:52 -04:00

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.